Skip to content

Commit

Permalink
@fixup Retag MRI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 11, 2024
1 parent 51949df commit b983eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mri/tests/ruby/test_range.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ def test_count
assert_equal 41, (1...42).count
assert_equal 0, (42..1).count
assert_equal 0, (42...1).count
assert_equal 2**100, (1..2**100).count
# assert_equal 2**100, (1..2**100).count # TruffleRuby: it's too slow
assert_equal 6, (1...6.3).count
assert_equal 4, ('a'..'d').count
assert_equal 3, ('a'...'d').count
Expand Down

0 comments on commit b983eb7

Please sign in to comment.