We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e1dfd commit 1325b2cCopy full SHA for 1325b2c
examples/benchmark_atomic.rb
@@ -27,7 +27,6 @@
27
'MutexAtomicReference',
28
'CAtomicReference',
29
'JavaAtomicReference',
30
- 'RbxAtomicReference',
31
]
32
33
puts "Testing with #{RbConfig::CONFIG['ruby_install_name']} #{RUBY_VERSION}"
spec/concurrent/atomic/atomic_reference_spec.rb
@@ -171,11 +171,6 @@ module Concurrent
171
it_should_behave_like :atomic_reference
172
end
173
174
- if defined? Concurrent::RbxAtomicReference
175
- RSpec.describe RbxAtomicReference do
176
- it_should_behave_like :atomic_reference
177
- end
178
179
if defined? Concurrent::TruffleRubyAtomicReference
180
RSpec.describe TruffleRubyAtomicReference do
181
0 commit comments