summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstraptest/test_insns.rb2
1 files changed, 1 insertions, 1 deletions
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] }, ],