1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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