summaryrefslogtreecommitdiffstats
path: root/tests/011/tree-bind.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/011/tree-bind.tl')
-rw-r--r--tests/011/tree-bind.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/011/tree-bind.tl b/tests/011/tree-bind.tl
index 83fcaa33..ac55cc07 100644
--- a/tests/011/tree-bind.tl
+++ b/tests/011/tree-bind.tl
@@ -10,7 +10,7 @@
(tree-bind (t : b) '(1 2) b) 2
(tree-bind (b : t) '(1) b) 1
(tree-bind (b : (t 2)) '(1) b) 1
- (tree-bind (b : (a 2 t)) '(1) a) 2
+ (tree-bind (#:b : (a 2 t)) '(1) a) 2
(let ((i 0)) (tree-bind (b : (t (inc i) t)) '(1) (cons i b))) (1 . 1)
(let ((i 0)) (tree-bind (b : (t (inc i) t)) '(1 2) (cons i b))) (0 . 1))