summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-21 13:15:43 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-21 13:15:43 +0000
commitc04881f94a1f9f00867f742481e097c4ce8f952a (patch)
treecbf75d7a5a3bc4799e9e99b6dcfa9f489834d5ae /test/ruby
parentfde115b13c23a1278c06a0d42e1cd04aa7568ea1 (diff)
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
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_jit.rb2
1 files changed, 1 insertions, 1 deletions
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'