test_jit.rb: follow the change of instruction
in r63225. Not strictly needed but to avoid confusion. The JIT compiler itself seems working fine. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fde115b13c
commit
c04881f94a
@ -351,7 +351,7 @@ class TestJIT < Test::Unit::TestCase
|
|||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_compile_insn_branchiftype
|
def test_compile_insn_checktype
|
||||||
assert_compile_once("#{<<~"begin;"}\n#{<<~'end;'}", result_inspect: '"42"')
|
assert_compile_once("#{<<~"begin;"}\n#{<<~'end;'}", result_inspect: '"42"')
|
||||||
begin;
|
begin;
|
||||||
a = '2'
|
a = '2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user