aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-02 14:33:29 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-02 14:33:37 +0900
commitc69545ae32a5ddf928e8992a0d2cf39648c2b555 (patch)
tree6430769135454e9e56bcf75c0c535369fca7b597 /bootstraptest
parent83498854eb5a824f1f83c31fac18c9279f9ee10d (diff)
downloadruby-c69545ae32a5ddf928e8992a0d2cf39648c2b555.tar.gz
Fix opt_regexpmatch1 references
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_insns.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb
index 2b0f2584c5..fe0b01a97e 100644
--- a/bootstraptest/test_insns.rb
+++ b/bootstraptest/test_insns.rb
@@ -399,8 +399,8 @@ tests = [
! X.new
},
- [ 'opt_regexpmatch1', %q{ /true/ =~ 'true' && $~ }, ],
- [ 'opt_regexpmatch1', <<-'},', ], # {
+ [ 'opt_regexpmatch2', %q{ /true/ =~ 'true' && $~ }, ],
+ [ 'opt_regexpmatch2', <<-'},', ], # {
class Regexp; def =~ other; true; end; end
/true/ =~ 'true'
},