diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-05-10 17:38:45 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-05-10 17:38:45 +0900 |
commit | cc5f95732778727732158a8a971c50b87f7d44ca (patch) | |
tree | 778a0955f9bc3c909c05cedcbd9ae4c159fdf501 /test | |
parent | 01e7310dd3bde44a800f8cc54edccea2799cc954 (diff) | |
download | psych-cc5f95732778727732158a8a971c50b87f7d44ca.zip |
Use Ractor constant for ignoreing condition
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) |