summaryrefslogtreecommitdiffstats
path: root/tests/012/ifa.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/ifa.tl')
-rw-r--r--tests/012/ifa.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/012/ifa.tl b/tests/012/ifa.tl
index 91fa4512..d669244d 100644
--- a/tests/012/ifa.tl
+++ b/tests/012/ifa.tl
@@ -11,7 +11,7 @@
7)
;; ambiguous: is "it" x or is "it" y?
-(test (ifa (> x y) (print it)) :error)
+(test (let (x y) (ifa (> x y) (print it))) :error)
;; "it" is (+ 3 (* 2 x))
(test (let ((x 5))