From 8da7fddb7940f59b959f8e3b3d41ffae192f212d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 17 Jul 2018 20:09:07 -0700 Subject: tests: remove macro-time hack from man-or-boy test. * tests/012/man-or-boy.tl (defun-cbn): We no longer need the macro-time expression here to force the evaluation of the defmacro form. --- tests/012/man-or-boy.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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))))))) -- cgit v1.2.3