From db8d437d4e2ff3f9c591cee1e5e1d6594e86301f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 15 Nov 2023 15:27:18 +0900 Subject: [PATCH] No need to save `$VERBOSE` --- test/ruby/test_hash.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/ruby/test_hash.rb b/test/ruby/test_hash.rb index d9749bc846..a01f730904 100644 --- a/test/ruby/test_hash.rb +++ b/test/ruby/test_hash.rb @@ -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