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:
parent
c6d7e02b90
commit
f1591b3858
Notes:
git
2020-12-23 03:27:40 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue