From cc5f95732778727732158a8a971c50b87f7d44ca Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 10 May 2021 17:38:45 +0900 Subject: Use Ractor constant for ignoreing condition --- test/psych/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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) -- cgit v1.2.3