summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-28 07:36:58 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-28 07:36:58 +0000
commit6315e42c222d5484004494950c7524a85acadb20 (patch)
treec7386864d03cb07d238bc4e6a8d686b4e0bad479 /test
parentb7a2e009ffb79f7f9cbe82aa59401f8323c0c1b1 (diff)
parent0b9c6f69028cdfe68b3f426c1546320bb4fb1e45 (diff)
add tag v2_6_4v2_6_4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_6_4@67798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_syntax.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_syntax.rb b/test/ruby/test_syntax.rb
index 91db645b59..4e403a9ffd 100644
--- a/test/ruby/test_syntax.rb
+++ b/test/ruby/test_syntax.rb
@@ -978,9 +978,7 @@ eom
eval('1 if !//')
end
assert_warn('') do
- verbose_bak, $VERBOSE = $VERBOSE, nil
eval('1 if !(true..false)')
- $VERBOSE = verbose_bak
end
assert_warning('') do
eval('1 if !1')