Add verbose nil in testing
This commit is contained in:
parent
c6d7e02b90
commit
f1591b3858
Notes:
git
2020-12-23 03:27:40 +09:00
@ -10,6 +10,7 @@ class TestFiberCurrentRactor < Test::Unit::TestCase
|
|||||||
def test_ractor_shareable
|
def test_ractor_shareable
|
||||||
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}")
|
assert_separately([], "#{<<~"begin;"}\n#{<<~'end;'}")
|
||||||
begin;
|
begin;
|
||||||
|
$VERBOSE = nil
|
||||||
require "fiber"
|
require "fiber"
|
||||||
r = Ractor.new do
|
r = Ractor.new do
|
||||||
Fiber.new do
|
Fiber.new do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user