summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-11 14:29:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-07-11 14:52:02 +0900
commit4e038a7e64a9d52eed59b8f05647d4e58d265ec3 (patch)
tree9bea1acf7a3d36218517103fe8e1f1fcc3f191ea /test
parentd77b84ca82e1cef10ef06776a207151ef864b3ca (diff)
Revert "parse.y: Deprecate flip-flops"
This reverts commit bae638ad5b782c44c80efe33834cb9039279af46. [Feature #5400]
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 18546efe63..c5c3737b30 100644
--- a/test/ruby/test_syntax.rb
+++ b/test/ruby/test_syntax.rb
@@ -1027,9 +1027,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')