summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-18 08:22:30 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-18 08:22:30 +0000
commit0515904414418616dc2def8769964325eae7402c (patch)
tree1c4066c0cb1a3749ece48f912392f109127cdb5c /test/ruby/test_jit.rb
parent644f2013d637595d9592ad45714788abd8eb6e0e (diff)
test_jit.rb: fix typo [ci skip]
we don't have such VM register git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_jit.rb')
-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 b1c43bd5dc..451ed91a56 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -791,7 +791,7 @@ class TestJIT < Test::Unit::TestCase
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