Skip to content

Commit 6ae9155

Browse files
committed
Fix $VERBOSE restore
1 parent 821b92e commit 6ae9155

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)