[前][次][番号順一覧][スレッド一覧]

ruby-changes:59949

From: Nobuyoshi <ko1@a...>
Date: Fri, 7 Feb 2020 13:47:13 +0900 (JST)
Subject: [ruby-changes:59949] aece5baa75 (master): Removed useless empty lines

https://git.ruby-lang.org/ruby.git/commit/?id=aece5baa75

From aece5baa751b340f0d1527e3941bc2a755f0b1f9 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 7 Feb 2020 13:44:34 +0900
Subject: Removed useless empty lines


diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index e0cb49b..115c33a 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -2260,8 +2260,6 @@ EOS https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L2260
         pid = fork {Process.kill(:QUIT, parent)}
         IO.popen([ruby, -'--disable=gems'], -'r+'){}
         Process.wait(pid)
-        $stdout.puts
-        $stdout.flush
       end
     INPUT
   end if defined?(fork)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]