summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-01 10:53:58 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-01 10:53:59 -0800
commitb3ea0980db87404c2b7763a3fdbe898c3812843d (patch)
treec3b9c2c250e0d65062b37273e312e1d3fdd5fb0a /test/ruby/test_jit.rb
parent6bc8b4d8ea6cb8865225c0afcf1abd9e4b725376 (diff)
Check MJIT support in one place
to fix test failure on trunk-no-mjit https://gist.github.com/ko1/32ab982ffd7555988818773c08f97123
Diffstat (limited to 'test/ruby/test_jit.rb')
-rw-r--r--test/ruby/test_jit.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index 533ebbd25e..a8ce18b48c 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -3,8 +3,6 @@ require 'test/unit'
require 'tmpdir'
require_relative '../lib/jit_support'
-return if RbConfig::CONFIG["MJIT_SUPPORT"] == 'no'
-
# Test for --jit option
class TestJIT < Test::Unit::TestCase
include JITSupport