1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add verbose nil in testing

This commit is contained in:
Delton Ding 2020-12-22 16:01:53 +09:00 committed by Koichi Sasada
parent c6d7e02b90
commit f1591b3858
Notes: git 2020-12-23 03:27:40 +09:00

View file

@ -10,6 +10,7 @@ class TestFiberCurrentRactor < Test::Unit::TestCase
def test_ractor_shareable
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}")
begin;
$VERBOSE = nil
require "fiber"
r = Ractor.new do
Fiber.new do