Adding an intentionally failing test to test my build checking theories.

original commit: 227914ff17eefcc12d3ca6cebe8c844df348734e
This commit is contained in:
Andy Keep 2018-01-15 19:59:52 -05:00
parent ef497bf210
commit bd00226709

View File

@ -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))