Remove test of removed reverse VM instruction
since 5512353d97250e85c13bf10b9b32e750478cf474
This commit is contained in:
parent
fcc6f6de86
commit
2b487d36f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user