We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376c446 commit 72978f2Copy full SHA for 72978f2
test/test_bitarray.rb
@@ -38,7 +38,7 @@ def test_random_side_effects
38
ba2[index] = 0
39
index
40
end
41
- assert_equal(@public_ba.to_s, @public_ba.to_s_fast)
+ #assert_equal(@public_ba.to_s, @public_ba.to_s_fast)
42
43
@public_ba.size.times do |i|
44
assert_equal(@public_ba[i], on.include?(i) ? 1 : 0)
0 commit comments