summaryrefslogtreecommitdiff
path: root/test/strscan/test_ractor.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-09 13:03:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-09 16:36:22 +0900
commit4e31fea77d360c6535e33ff2525d80fba38d15d8 (patch)
tree92bdeec2cadb323f10197d1013c699589feb83d0 /test/strscan/test_ractor.rb
parentbcf01b18cfe9b21bfde32e28edd4745703bf190c (diff)
downloadruby-4e31fea77d360c6535e33ff2525d80fba38d15d8.tar.gz
Merge strscan-3.0.5
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