summaryrefslogtreecommitdiffstats
path: root/tests/011/macros-2.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/011/macros-2.txr')
-rw-r--r--tests/011/macros-2.txr2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/011/macros-2.txr b/tests/011/macros-2.txr
index 12f957df..9a53f115 100644
--- a/tests/011/macros-2.txr
+++ b/tests/011/macros-2.txr
@@ -1,4 +1,6 @@
@(do
+ (set *gensym-counter* 0)
+
(defmacro while ((condition : result) . body)
(let ((cblk (gensym "cnt-blk-"))
(bblk (gensym "brk-blk-")))