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)
|
STDERR.reopen(STDOUT)
|
||||||
begin
|
begin
|
||||||
raise "[Bug #16424]"
|
raise "[Bug #16424]"
|
||||||
rescue => e
|
rescue
|
||||||
abort
|
abort
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user