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