From c69545ae32a5ddf928e8992a0d2cf39648c2b555 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 2 Sep 2019 14:33:29 +0900 Subject: Fix opt_regexpmatch1 references --- bootstraptest/test_insns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstraptest') 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' }, -- cgit v1.2.3