Skip to content

Commit 7df86fa

Browse files
committed
Fix restoring $VERBOSE in json/json_common_interface_test.rb
Sync ruby/json#704
1 parent 6a3eb38 commit 7df86fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/json/json_common_interface_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ def with_external_encoding(encoding)
209209
Encoding.default_external = encoding
210210
yield
211211
ensure
212-
verbose = $VERBOSE
213212
Encoding.default_external = previous_encoding
214213
$VERBOSE = verbose
215214
end

0 commit comments

Comments
 (0)