aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_syntax.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_syntax.rb b/test/ruby/test_syntax.rb
index 561c45a6c6..eaebbcf1bf 100644
--- a/test/ruby/test_syntax.rb
+++ b/test/ruby/test_syntax.rb
@@ -999,7 +999,7 @@ eom
nil&defined?0--begin e=no_method_error(); return; 0;end
end;
all_assertions_foreach(feature4840, *code.split(/\n/)) do |s|
- assert_in_out_err([], s, [*s[/#=> (.*)/, 1]], [],
+ assert_in_out_err(%[-W0], s, [*s[/#=> (.*)/, 1]], [],
proc {RubyVM::InstructionSequence.compile(s).disasm},
success: true)
end