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
This commit is contained in:
k0kubun 2017-05-27 13:54:09 +00:00
parent b3d126d5de
commit 1d9030a107

View File

@ -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] }, ],