test/ruby/test_hash.rb: remove a unused vrible
to suppress a warning
This commit is contained in:
parent
4562c13093
commit
835fa9e54a
@ -1745,7 +1745,7 @@ class TestHash < Test::Unit::TestCase
|
||||
assert_raise(RuntimeError){
|
||||
hrec(h, nrec){ h[:c] = 3 }
|
||||
}
|
||||
rescue SystemStackError => e
|
||||
rescue SystemStackError
|
||||
# ignore
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user