]> gitweb.factorcode.org Git - factor.git/commitdiff
Minor changes to tests
authorJames Cash <james.nvc@gmail.com>
Wed, 2 Jul 2008 21:25:44 +0000 (17:25 -0400)
committerJames Cash <james.nvc@gmail.com>
Sun, 24 Aug 2008 03:13:28 +0000 (23:13 -0400)
extra/lisp/lisp-tests.factor

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