From c1c13c58eebb7441d27536a32d73380d165d6eda Mon Sep 17 00:00:00 2001 From: Nikita Vasilevsky Date: Fri, 29 Oct 2021 12:31:31 -0400 Subject: Add one more test example for swap instruction --- bootstraptest/test_insns.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstraptest') diff --git a/bootstraptest/test_insns.rb b/bootstraptest/test_insns.rb index 31fdc29d02..91fba9b011 100644 --- a/bootstraptest/test_insns.rb +++ b/bootstraptest/test_insns.rb @@ -120,6 +120,7 @@ tests = [ [ 'dup', %q{ x = y = true; x }, ], [ 'dupn', %q{ Object::X ||= true }, ], [ 'reverse', %q{ q, (w, e), r = 1, [2, 3], 4; e == 3 }, ], + [ 'swap', %q{ !!defined?([[]]) }, ], [ 'swap', <<-'},', ], # { x = [[false, true]] for i, j in x # here -- cgit v1.2.3