ruby-changes:72308
From: git <ko1@a...>
Date: Sat, 25 Jun 2022 16:22:17 +0900 (JST)
Subject: [ruby-changes:72308] 7e68762446 (master): * remove trailing spaces. [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=7e68762446 From 7e68762446e7b5fa20a08b82de21217c9b2247e4 Mon Sep 17 00:00:00 2001 From: git <svn-admin@r...> Date: Sat, 25 Jun 2022 16:22:07 +0900 Subject: * remove trailing spaces. [ci skip] --- test/io/wait/test_io_wait.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/io/wait/test_io_wait.rb b/test/io/wait/test_io_wait.rb index 5d0f0bfd34..9ef19b1bb3 100644 --- a/test/io/wait/test_io_wait.rb +++ b/test/io/wait/test_io_wait.rb @@ -165,12 +165,12 @@ class TestIOWait < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/io/wait/test_io_wait.rb#L165 omit("Missing IO::WRITABLE!") unless IO.const_defined?(:WRITABLE) assert_equal IO::WRITABLE, @w.wait(IO::WRITABLE, 0) end - + def test_wait_mask_readable omit("Missing IO::READABLE!") unless IO.const_defined?(:READABLE) @w.write("Hello World\n" * 3) assert_equal IO::READABLE, @r.wait(IO::READABLE, 0) - + @r.gets assert_equal IO::READABLE, @r.wait(IO::READABLE, 0) end -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/