From 28cd3a3f8f86cd0bdcd473b079cd8bc7252dd7a8 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Tue, 27 Aug 2013 06:39:51 -0400 Subject: [PATCH] Forgot this one --- tests/xor.qc | 1 + tests/xor.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/xor.qc b/tests/xor.qc index df6900d..fc3a4b5 100644 --- a/tests/xor.qc +++ b/tests/xor.qc @@ -73,4 +73,5 @@ void main() { print(vtos('1 2 3' ^ f('3 2 1') ^ 3), "\n"); print(vtos('1 2 3' ^ 6 ^ 3), "\n"); print(vtos('1 2 3' ^ 6 ^ f('1 1 1')), "\n"); + print(vtos('1 2 3' ^ 5), "\n"); } diff --git a/tests/xor.tmpl b/tests/xor.tmpl index 1c59af8..b009afc 100644 --- a/tests/xor.tmpl +++ b/tests/xor.tmpl @@ -18,3 +18,4 @@ M: '4 7 6' M: '4 7 6' M: '4 7 6' M: '4 7 6' +M: '4 7 6' -- 2.39.2