Skip to content

Commit 3a09ad1

Browse files
authored
Merge pull request #704 from tompng/test_verbose_fix
Fix $VERBOSE restore
2 parents 821b92e + 6ae9155 commit 3a09ad1

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)