From bd00226709b5a931a515a7355e8247f688587d03 Mon Sep 17 00:00:00 2001 From: Andy Keep Date: Mon, 15 Jan 2018 19:59:52 -0500 Subject: [PATCH] Adding an intentionally failing test to test my build checking theories. original commit: 227914ff17eefcc12d3ca6cebe8c844df348734e --- mats/5_3.ms | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mats/5_3.ms b/mats/5_3.ms index e169c138c1..547b84e595 100644 --- a/mats/5_3.ms +++ b/mats/5_3.ms @@ -1523,6 +1523,9 @@ (test-cp0-expansion cfl~= '(+ +2.2i -3.7+5.3i) -3.7+7.5i) ) +(mat intentional-fail + (eqv? (+ 1 1) 3)) + (mat - (error? (-)) (error? (- 'a))