aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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