summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-29 11:09:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-29 11:10:45 +0900
commitd92289cd8d5cac784ae856fb777f10dbc9f91b62 (patch)
tree7d2bd38521859d94a7c9bca3ec63104225e551c9 /test/ruby/test_jit.rb
parentcd0e208963bdf9ee2fec30e83bdc8f6bc77a7b8d (diff)
Revert "Remove warnings of flip-flop deprecation from tests and specs"
This reverts commit bf7a32d22079cc44eb19794e41d82b886d5d17b3. flip-flop is no longer deprecated. [Feature #5400]
Diffstat (limited to 'test/ruby/test_jit.rb')
-rw-r--r--test/ruby/test_jit.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index c9255f20b0..0274f59252 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -112,13 +112,10 @@ class TestJIT < Test::Unit::TestCase
end
def test_compile_insn_setspecial
- verbose_bak, $VERBOSE = $VERBOSE, nil
assert_compile_once("#{<<~"begin;"}\n#{<<~"end;"}", result_inspect: 'true', insns: %i[setspecial])
begin;
true if nil.nil?..nil.nil?
end;
- ensure
- $VERBOSE = verbose_bak
end
def test_compile_insn_instancevariable