1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_rubyvm_mjit.rb: don't use obsoleted method

It was removed on r65175.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-10-19 14:08:45 +00:00
parent 2baf760cc2
commit 87b88ec83e

View file

@ -5,12 +5,6 @@ require_relative '../lib/jit_support'
class TestRubyVMMJIT < Test::Unit::TestCase class TestRubyVMMJIT < Test::Unit::TestCase
include JITSupport include JITSupport
def setup
unless JITSupport.supported?
skip 'JIT seems not supported on this platform'
end
end
def test_pause def test_pause
out, err = eval_with_jit(<<~'EOS', verbose: 1, min_calls: 1, wait: false) out, err = eval_with_jit(<<~'EOS', verbose: 1, min_calls: 1, wait: false)
i = 0 i = 0