summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_jit.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ruby/test_jit.rb b/test/ruby/test_jit.rb
index d7d4ee159c..55922b2d8c 100644
--- a/test/ruby/test_jit.rb
+++ b/test/ruby/test_jit.rb
@@ -318,10 +318,6 @@ class TestJIT < Test::Unit::TestCase
assert_compile_once('{}["true"] = true', result_inspect: 'true', insns: %i[swap topn])
end
- def test_compile_insn_reverse
- assert_compile_once('q, (w, e), r = 1, [2, 3], 4; [q, w, e, r]', result_inspect: '[1, 2, 3, 4]', insns: %i[reverse])
- end
-
def test_compile_insn_reput
skip "write test"
end