diff options
Diffstat (limited to 'tests/011/macros-3.tl')
-rw-r--r-- | tests/011/macros-3.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/011/macros-3.tl b/tests/011/macros-3.tl index e08e5da7..9a595021 100644 --- a/tests/011/macros-3.tl +++ b/tests/011/macros-3.tl @@ -11,7 +11,7 @@ (m)))))) 42) -(defvar x 0) +(defvarl x 0) (defmacro mac-time-counter () (inc x)) (defsymacro s (mac-time-counter)) |