From d2bf6133f6f37279505ab8f9b1dcfc5a48b70345 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 20 Jul 2020 13:31:41 +0900 Subject: Remove trailing spaces [ci skip] --- test/fiber/test_io.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3