Skip to content

Commit 72978f2

Browse files
committed
Removed erroneous reference to to_s_fast in tests
1 parent 376c446 commit 72978f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_bitarray.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_random_side_effects
3838
ba2[index] = 0
3939
index
4040
end
41-
assert_equal(@public_ba.to_s, @public_ba.to_s_fast)
41+
#assert_equal(@public_ba.to_s, @public_ba.to_s_fast)
4242

4343
@public_ba.size.times do |i|
4444
assert_equal(@public_ba[i], on.include?(i) ? 1 : 0)

0 commit comments

Comments
 (0)