diff --git a/extra/lisp/lisp-tests.factor b/extra/lisp/lisp-tests.factor index fb8bf6de58..7e51008ea0 100644 --- a/extra/lisp/lisp-tests.factor +++ b/extra/lisp/lisp-tests.factor @@ -62,7 +62,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 (list pred tr) (list #t fl))))" lisp-eval ] unit-test { t } [