summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDelton Ding <dsh0416@gmail.com>2020-12-22 16:01:53 +0900
committerKoichi Sasada <ko1@atdot.net>2020-12-23 03:27:14 +0900
commitf1591b385890fe5e650bf8d5fa75e05a7c01ecea (patch)
tree8c711972c7fb02a4529f7f410517a419c57b8e7d /test
parentc6d7e02b90f96d9bcd04edd48b7374f31c510b2a (diff)
Add verbose nil in testing
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3971
Diffstat (limited to 'test')
-rw-r--r--test/fiber/test_ractor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fiber/test_ractor.rb b/test/fiber/test_ractor.rb
index 6d53b617d9..d03455a9f7 100644
--- a/test/fiber/test_ractor.rb
+++ b/test/fiber/test_ractor.rb
@@ -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