test/ruby/test_hash.rb: remove a unused vrible

to suppress a warning
This commit is contained in:
Yusuke Endoh 2019-07-31 19:55:16 +09:00
parent 4562c13093
commit 835fa9e54a

View File

@ -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