1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test/ruby/test_process.rb: suppress "unused variable" warning

This commit is contained in:
Yusuke Endoh 2019-12-17 00:44:32 +09:00
parent c6b1342d29
commit bba6386d95

View file

@ -1515,7 +1515,7 @@ class TestProcess < Test::Unit::TestCase
STDERR.reopen(STDOUT)
begin
raise "[Bug #16424]"
rescue => e
rescue
abort
end
end;