summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lindley <lindleymichael@gmail.com>2020-08-31 16:09:04 -0500
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-24 09:56:12 +0900
commite06f4a3b1fbf703bc6ccb113bfe6bdc75ec9be38 (patch)
tree3cf58968f07fdbb3eec3f6e4370bc89f81458f92
parentfae135c5b39db173bf97dfa3c3a34eb8fb230276 (diff)
Remove test for putiseq insn
putiseq was removed from instruction set in 2b5bb8a0
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3491
-rw-r--r--bootstraptest/test_insns.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb
index bcd3a8e9a3..5ffd953328 100644
--- a/bootstraptest/test_insns.rb
+++ b/bootstraptest/test_insns.rb
@@ -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" && $~ }, ],