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:
parent
4562c13093
commit
835fa9e54a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue