summaryrefslogtreecommitdiffstats
path: root/tests/008/filtenv.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/008/filtenv.txr')
-rw-r--r--tests/008/filtenv.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/008/filtenv.txr b/tests/008/filtenv.txr
index 062e3a7a..4874607e 100644
--- a/tests/008/filtenv.txr
+++ b/tests/008/filtenv.txr
@@ -1,5 +1,5 @@
@(bind a "x")
@(define f (in out))
-@(bind out a)
+@(bind out @(upcase-str a))
@(end)
@(bind b `@{a :filter (:fun f)}`)