diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-05-10 17:38:45 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-05-10 18:53:41 +0900 |
commit | 230d559f6b4e681fab8a540fb49c136100f54b2a (patch) | |
tree | 6f42900c9f7a540d0d0819097453c52760a7250f | |
parent | ce67549c503a5f31505fb292c11e40337dcba336 (diff) |
[ruby/psych] Use Ractor constant for ignoreing condition
https://github.com/ruby/psych/commit/cc5f957327
-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 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) |