summaryrefslogtreecommitdiff
path: root/test/fiber/test_ractor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/fiber/test_ractor.rb')
-rw-r--r--test/fiber/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiber/test_ractor.rb b/test/fiber/test_ractor.rb
index d03455a9f7..3c4ccbd8e5 100644
--- a/test/fiber/test_ractor.rb
+++ b/test/fiber/test_ractor.rb
@@ -4,7 +4,7 @@ require "fiber"
class TestFiberCurrentRactor < Test::Unit::TestCase
def setup
- skip unless defined? Ractor
+ omit unless defined? Ractor
end
def test_ractor_shareable