diff options
-rw-r--r-- | test/ruby/test_jit.rb | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,6 +61,12 @@ class TestJIT < Test::Unit::TestCase def jit_supported? return @jit_supported if defined?(@jit_supported) begin _, err = eval_with_jit('proc {}.call', verbose: 1, min_calls: 1, timeout: 10) @jit_supported = err.match?(JIT_SUCCESS_PREFIX) |