summaryrefslogtreecommitdiffstats
path: root/tests/012
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012')
-rw-r--r--tests/012/ifa.tl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/012/ifa.tl b/tests/012/ifa.tl
index 05b47ab3..45a2939b 100644
--- a/tests/012/ifa.tl
+++ b/tests/012/ifa.tl
@@ -14,8 +14,7 @@
(test (let ((x 1) (y 0)) (ifa (> x y) it)) 1)
;; multiple it-candidates: error
-(macro-time-let ((*stderr* *stdnull*))
- (test (let (x y) (ifa (> (* x x) (* y y)) it)) :error))
+(test (let (x y) (ifa (> (* x x) (* y y)) it)) :error)
;; "it" is (+ 3 (* 2 x))
(test (let ((x 5))