summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStan Lo <stan.lo@shopify.com>2022-11-04 17:53:10 +0000
committergit <svn-admin@ruby-lang.org>2022-11-04 18:29:54 +0000
commit367c072ac6910e487a7619f61baebe1b4a6cf315 (patch)
tree87dda78eddc78d3df494ff3a8890fd36b09de50d /test
parentb169d78c882efdb4a3da6077f6d723f65ded6f15 (diff)
[ruby/irb] Silent the noise created when building Context in tests
https://github.com/ruby/irb/commit/27e4274b3c
Diffstat (limited to 'test')
-rw-r--r--test/irb/test_ruby_lex.rb1
1 files changed, 1 insertions, 0 deletions
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