]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing typo in lisp tests
authorJames Cash <james.nvc@gmail.com>
Wed, 18 Jun 2008 18:08:23 +0000 (14:08 -0400)
committerJames Cash <james.nvc@gmail.com>
Sun, 24 Aug 2008 03:13:22 +0000 (23:13 -0400)
extra/lisp/lisp-tests.factor

index fb8bf6de58bc54ae6755db4a548085c8f8133c86..7e51008ea01bdb58f7b8b889c397a67e9be46bbf 100644 (file)
@@ -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 } [