diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/psych/test_ractor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_ractor.rb b/test/psych/test_ractor.rb index c6bed7c..61b80a1 100644 --- a/test/psych/test_ractor.rb +++ b/test/psych/test_ractor.rb @@ -47,4 +47,4 @@ class TestPsychRactor < Test::Unit::TestCase assert_equal true, r RUBY end -end if defined?(Test::Unit::TestCase) +end if defined?(Ractor) |