Remove test for putiseq insn

putiseq was removed from instruction set in 2b5bb8a0
This commit is contained in:
Michael Lindley 2020-08-31 16:09:04 -05:00 committed by Hiroshi SHIBATA
parent fae135c5b3
commit e06f4a3b1f
Notes: git 2020-09-24 09:56:38 +09:00
1 changed files with 0 additions and 1 deletions

View File

@ -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" && $~ }, ],