ruby-changes:53566
From: k0kubun <ko1@a...>
Date: Sun, 18 Nov 2018 17:22:37 +0900 (JST)
Subject: [ruby-changes:53566] k0kubun:r65782 (trunk): test_jit.rb: fix typo [ci skip]
k0kubun 2018-11-18 17:22:30 +0900 (Sun, 18 Nov 2018) New Revision: 65782 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65782 Log: test_jit.rb: fix typo [ci skip] we don't have such VM register Modified files: trunk/test/ruby/test_jit.rb Index: test/ruby/test_jit.rb =================================================================== --- test/ruby/test_jit.rb (revision 65781) +++ test/ruby/test_jit.rb (revision 65782) @@ -791,7 +791,7 @@ class TestJIT < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_jit.rb#L791 end; end - def test_program_pointer_with_regexpmatch + def test_program_counter_with_regexpmatch assert_eval_with_jit("#{<<~"begin;"}\n#{<<~"end;"}", stdout: "aa", success_count: 1) begin; 2.times do -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/