summaryrefslogtreecommitdiff
path: root/test/strscan/test_ractor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/strscan/test_ractor.rb')
-rw-r--r--test/strscan/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/strscan/test_ractor.rb b/test/strscan/test_ractor.rb
index 480c1ae8a6..a5de7e56ed 100644
--- a/test/strscan/test_ractor.rb
+++ b/test/strscan/test_ractor.rb
@@ -3,7 +3,7 @@ require 'test/unit'
class TestStringScannerRactor < Test::Unit::TestCase
def setup
- pend unless defined? Ractor
+ omit "Ractor not defined" unless defined? Ractor
end
def test_ractor