summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 17:38:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 17:38:45 +0900
commitcc5f95732778727732158a8a971c50b87f7d44ca (patch)
tree778a0955f9bc3c909c05cedcbd9ae4c159fdf501 /test
parent01e7310dd3bde44a800f8cc54edccea2799cc954 (diff)
downloadpsych-cc5f95732778727732158a8a971c50b87f7d44ca.tar.gz
Use Ractor constant for ignoreing condition
Diffstat (limited to 'test')
-rw-r--r--test/psych/test_ractor.rb2
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)