summaryrefslogtreecommitdiff
path: root/tests/map.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/map.bth')
-rw-r--r--tests/map.bth2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/map.bth b/tests/map.bth
index 9f739bb..c3170bd 100644
--- a/tests/map.bth
+++ b/tests/map.bth
@@ -1,5 +1,5 @@
(set! map' (fn (f ix in out)
- (if (< ix (len in))
+ (if (< ix (# in))
(let (elem (in ix)
felem (f elem)
newix (+ 1 ix))