ruby-changes:63057
From: Michael <ko1@a...>
Date: Thu, 24 Sep 2020 09:56:35 +0900 (JST)
Subject: [ruby-changes:63057] e06f4a3b1f (master): Remove test for putiseq insn
https://git.ruby-lang.org/ruby.git/commit/?id=e06f4a3b1f From e06f4a3b1fbf703bc6ccb113bfe6bdc75ec9be38 Mon Sep 17 00:00:00 2001 From: Michael Lindley <lindleymichael@g...> Date: Mon, 31 Aug 2020 16:09:04 -0500 Subject: Remove test for putiseq insn putiseq was removed from instruction set in 2b5bb8a0 diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb index bcd3a8e..5ffd953 100644 --- a/bootstraptest/test_insns.rb +++ b/bootstraptest/test_insns.rb @@ -86,7 +86,6 @@ tests = [ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_insns.rb#L86 [ 'putobject', %q{ /(?<x>x)/ =~ "x"; x == "x" }, ], [ 'putspecialobject', %q{ {//=>true}[//] }, ], - [ 'putiseq', %q{ -> { true }.() }, ], [ 'putstring', %q{ "true" }, ], [ 'tostring / concatstrings', %q{ "#{true}" }, ], [ 'toregexp', %q{ /#{true}/ =~ "true" && $~ }, ], -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/