mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Silent the noise created when building Context in tests
https://github.com/ruby/irb/commit/27e4274b3c
This commit is contained in:
parent
b169d78c88
commit
367c072ac6
1 changed files with 1 additions and 0 deletions
|
@ -721,6 +721,7 @@ module TestIRB
|
|||
end
|
||||
end
|
||||
|
||||
IRB.conf[:VERBOSE] = false
|
||||
IRB::Context.new(nil, workspace)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue