diff options
author | Delton Ding <[email protected]> | 2020-12-22 16:01:53 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2020-12-23 03:27:14 +0900 |
commit | f1591b385890fe5e650bf8d5fa75e05a7c01ecea (patch) | |
tree | 8c711972c7fb02a4529f7f410517a419c57b8e7d /test | |
parent | c6d7e02b90f96d9bcd04edd48b7374f31c510b2a (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.rb | 1 |
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 |