[ruby/irb] Silent the noise created when building Context in tests

https://github.com/ruby/irb/commit/27e4274b3c
This commit is contained in:
Stan Lo 2022-11-04 17:53:10 +00:00 коммит произвёл git
Родитель b169d78c88
Коммит 367c072ac6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -721,6 +721,7 @@ module TestIRB
end
end
IRB.conf[:VERBOSE] = false
IRB::Context.new(nil, workspace)
end
end