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:
parent
c6b1342d29
commit
bba6386d95
1 changed files with 1 additions and 1 deletions
|
@ -1515,7 +1515,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
STDERR.reopen(STDOUT)
|
||||
begin
|
||||
raise "[Bug #16424]"
|
||||
rescue => e
|
||||
rescue
|
||||
abort
|
||||
end
|
||||
end;
|
||||
|
|
Loading…
Reference in a new issue