ruby-changes:59280
From: Yusuke <ko1@a...>
Date: Tue, 17 Dec 2019 00:45:09 +0900 (JST)
Subject: [ruby-changes:59280] bba6386d95 (master): test/ruby/test_process.rb: suppress "unused variable" warning
https://git.ruby-lang.org/ruby.git/commit/?id=bba6386d95 From bba6386d9568123a7c76693e3a5fa5e33562a640 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Tue, 17 Dec 2019 00:44:32 +0900 Subject: test/ruby/test_process.rb: suppress "unused variable" warning diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 32b415c..e0cb49b 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1515,7 +1515,7 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1515 STDERR.reopen(STDOUT) begin raise "[Bug #16424]" - rescue => e + rescue abort end end; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/