diff --git a/extra/lisp/lisp-tests.factor b/extra/lisp/lisp-tests.factor index 8946575300..805a1f5ce0 100644 --- a/extra/lisp/lisp-tests.factor +++ b/extra/lisp/lisp-tests.factor @@ -68,7 +68,7 @@ IN: lisp.test ] unit-test { T{ lisp-symbol f "if" } } [ - "(defmacro if (pred tr fl) (list (quote cond) (list (list pred tr) (list #t fl))))" lisp-eval + "(defmacro if (pred tr fl) (list (quote cond) (list pred tr) (list #t fl)))" lisp-eval ] unit-test { t } [