From 1d9030a1073bbc6d8fcec6cd37e3c6ea3b005d8a Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 27 May 2017 13:54:09 +0000 Subject: bootstraptest/test_insns.rb: Fix typo on test message. "torexp" insn does not exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_insns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_insns.rb') diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb index 4f533c6906..4dd888897a 100644 --- a/bootstraptest/test_insns.rb +++ b/bootstraptest/test_insns.rb @@ -69,7 +69,7 @@ tests = [ [ 'tostring / concatstrings', %q{ "#{true}" }, ], [ 'freezestring', %q{ "#{true}"}, fsl, ], [ 'freezestring', %q{ "#{true}"}, '-d', fsl, ], - [ 'torexp', %q{ /#{true}/ =~ "true" && $~ }, ], + [ 'toregexp', %q{ /#{true}/ =~ "true" && $~ }, ], [ 'newarray', %q{ ["true"][0] }, ], [ 'duparray', %q{ [ true ][0] }, ], -- cgit v1.2.3