mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 15:06:10 +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',
|
self => 'self', true => 'true', nil => 'nil',
|
||||||
'nil' => nil
|
'nil' => nil
|
||||||
]
|
]
|
||||||
@verbose = $VERBOSE
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def teardown
|
def teardown
|
||||||
$VERBOSE = @verbose
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_clear_initialize_copy
|
def test_clear_initialize_copy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue