summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyvm_jit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_rubyvm_jit.rb')
-rw-r--r--test/ruby/test_rubyvm_jit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_rubyvm_jit.rb b/test/ruby/test_rubyvm_jit.rb
index a3558d791c..5449c6226d 100644
--- a/test/ruby/test_rubyvm_jit.rb
+++ b/test/ruby/test_rubyvm_jit.rb
@@ -9,7 +9,7 @@ class TestRubyVMJIT < Test::Unit::TestCase
def setup
unless JITSupport.supported?
- skip 'JIT seems not supported on this platform'
+ omit 'JIT seems not supported on this platform'
end
end