aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_context.rb')
-rw-r--r--test/irb/test_context.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index 469599c11b..fa2432b3f3 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -55,7 +55,6 @@ module TestIRB
end
def test_eval_input
- verbose, $VERBOSE = $VERBOSE, nil
input = TestInputMethod.new([
"raise 'Foo'\n",
"_\n",
@@ -72,8 +71,6 @@ module TestIRB
:*, /0$/,
:*, /0$/,
/\s*/], out)
- ensure
- $VERBOSE = verbose
end
end
end