mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove test for putiseq insn
putiseq was removed from instruction set in 2b5bb8a0
This commit is contained in:
parent
fae135c5b3
commit
e06f4a3b1f
Notes:
git
2020-09-24 09:56:38 +09:00
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ tests = [
|
|||
[ 'putobject', %q{ /(?<x>x)/ =~ "x"; x == "x" }, ],
|
||||
|
||||
[ 'putspecialobject', %q{ {//=>true}[//] }, ],
|
||||
[ 'putiseq', %q{ -> { true }.() }, ],
|
||||
[ 'putstring', %q{ "true" }, ],
|
||||
[ 'tostring / concatstrings', %q{ "#{true}" }, ],
|
||||
[ 'toregexp', %q{ /#{true}/ =~ "true" && $~ }, ],
|
||||
|
|
Loading…
Reference in a new issue