test/ruby/test_process.rb: suppress "unused variable" warning
This commit is contained in:
parent
c6b1342d29
commit
bba6386d95
@ -1515,7 +1515,7 @@ class TestProcess < Test::Unit::TestCase
|
||||
STDERR.reopen(STDOUT)
|
||||
begin
|
||||
raise "[Bug #16424]"
|
||||
rescue => e
|
||||
rescue
|
||||
abort
|
||||
end
|
||||
end;
|
||||
|
Loading…
x
Reference in New Issue
Block a user