summaryrefslogtreecommitdiff
path: root/test/fiber/test_io.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 13:31:41 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 13:34:16 +0900
commitd2bf6133f6f37279505ab8f9b1dcfc5a48b70345 (patch)
treead853967bf8da24e037db96edfbbae08b7aa889c /test/fiber/test_io.rb
parent1b3a6847be83ed1269b6eb87016c721ca33da8e5 (diff)
Remove trailing spaces [ci skip]
Diffstat (limited to 'test/fiber/test_io.rb')
-rw-r--r--test/fiber/test_io.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fiber/test_io.rb b/test/fiber/test_io.rb
index 90ac4aa5cd..270e4f35e7 100644
--- a/test/fiber/test_io.rb
+++ b/test/fiber/test_io.rb
@@ -39,14 +39,14 @@ class TestFiberIO < Test::Unit::TestCase
assert_predicate(i, :closed?)
assert_predicate(o, :closed?)
end
-
+
def test_heavy_read
skip unless defined?(UNIXSocket)
16.times.map do
thread = Thread.new do
i, o = UNIXSocket.pair
-
+
scheduler = Scheduler.new
Thread.current.scheduler = scheduler