mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
fcc6f6de86
commit
2b487d36f0
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue