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:
parent
b3d126d5de
commit
1d9030a107
@ -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] }, ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user