Skip to content

Commit cc5f957

Browse files
committed
Use Ractor constant for ignoreing condition
1 parent 01e7310 commit cc5f957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/psych/test_ractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def test_ractor_constants
4747
assert_equal true, r
4848
RUBY
4949
end
50-
end if defined?(Test::Unit::TestCase)
50+
end if defined?(Ractor)

0 commit comments

Comments
 (0)