mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 22:45:03 +02:00
No need to save $VERBOSE
This commit is contained in:
parent
b003c95ef4
commit
db8d437d4e
1 changed files with 0 additions and 2 deletions
|
@ -84,11 +84,9 @@ class TestHash < Test::Unit::TestCase
|
|||
self => 'self', true => 'true', nil => 'nil',
|
||||
'nil' => nil
|
||||
]
|
||||
@verbose = $VERBOSE
|
||||
end
|
||||
|
||||
def teardown
|
||||
$VERBOSE = @verbose
|
||||
end
|
||||
|
||||
def test_clear_initialize_copy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue