From c04881f94a1f9f00867f742481e097c4ce8f952a Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 21 Apr 2018 13:15:43 +0000 Subject: 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 --- test/ruby/test_jit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb index 9b80a90838..b6cc48f80d 100644 --- a/test/ruby/test_jit.rb +++ b/test/ruby/test_jit.rb @@ -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' -- cgit v1.2.3