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 18:53:41 +0900
commit230d559f6b4e681fab8a540fb49c136100f54b2a (patch)
tree6f42900c9f7a540d0d0819097453c52760a7250f /test
parentce67549c503a5f31505fb292c11e40337dcba336 (diff)
[ruby/psych] Use Ractor constant for ignoreing condition
https://github.com/ruby/psych/commit/cc5f957327
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 c6bed7ce69..61b80a1226 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)