mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ class TestJIT < Test::Unit::TestCase
|
|||
end;
|
||||
end
|
||||
|
||||
def test_compile_insn_branchiftype
|
||||
def test_compile_insn_checktype
|
||||
assert_compile_once("#{<<~"begin;"}\n#{<<~'end;'}", result_inspect: '"42"')
|
||||
begin;
|
||||
a = '2'
|
||||
|
|
Loading…
Add table
Reference in a new issue