ruby-changes:51020
From: k0kubun <ko1@a...>
Date: Sat, 21 Apr 2018 22:15:48 +0900 (JST)
Subject: [ruby-changes:51020] k0kubun:r63227 (trunk): test_jit.rb: follow the change of instruction
k0kubun 2018-04-21 22:15:43 +0900 (Sat, 21 Apr 2018) New Revision: 63227 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63227 Log: test_jit.rb: follow the change of instruction in r63225. Not strictly needed but to avoid confusion. The JIT compiler itself seems working fine. Modified files: trunk/test/ruby/test_jit.rb Index: test/ruby/test_jit.rb =================================================================== --- test/ruby/test_jit.rb (revision 63226) +++ test/ruby/test_jit.rb (revision 63227) @@ -351,7 +351,7 @@ class TestJIT < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_jit.rb#L351 end; end - def test_compile_insn_branchiftype + def test_compile_insn_checktype assert_compile_once("#{<<~"begin;"}\n#{<<~'end;'}", result_inspect: '"42"') begin; a = '2' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/