summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/012/man-or-boy.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/012/man-or-boy.tl b/tests/012/man-or-boy.tl
index 596d6eb0..9c29e455 100644
--- a/tests/012/man-or-boy.tl
+++ b/tests/012/man-or-boy.tl
@@ -44,7 +44,7 @@
(with-gensyms (hidden-fun)
^(progn
(defun ,hidden-fun ())
- (macro-time (defmacro ,name (. args) ^(cbn ,',hidden-fun ,*args)))
+ (defmacro ,name (. args) ^(cbn ,',hidden-fun ,*args))
(set (symbol-function ',hidden-fun)
,(make-cbn-fun 'lambda args
^(block ,name (let ((,name)) ,*body ,name)))))))