From 367c072ac6910e487a7619f61baebe1b4a6cf315 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Fri, 4 Nov 2022 17:53:10 +0000 Subject: [PATCH] [ruby/irb] Silent the noise created when building Context in tests https://github.com/ruby/irb/commit/27e4274b3c --- test/irb/test_ruby_lex.rb | 1 + 1 file changed, 1 insertion(+) 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