diff --git a/test/irb/test_ruby_lex.rb b/test/irb/test_ruby_lex.rb index d618b01c31..2b16e2e9a1 100644 --- a/test/irb/test_ruby_lex.rb +++ b/test/irb/test_ruby_lex.rb @@ -721,6 +721,7 @@ module TestIRB end end + IRB.conf[:VERBOSE] = false IRB::Context.new(nil, workspace) end end