]> gitweb.factorcode.org Git - factor.git/commitdiff
Commented out remaining failing tests
authorJames Cash <james.nvc@gmail.com>
Wed, 11 Jun 2008 06:45:31 +0000 (02:45 -0400)
committerJames Cash <james.nvc@gmail.com>
Wed, 11 Jun 2008 06:45:31 +0000 (02:45 -0400)
extra/lisp/lisp-tests.factor

index a492fd9a485d6eb25e9cadc2e602d4504e8d54f1..8dc3b65ffe66465434a1a002b1e54ff8021ffba0 100644 (file)
@@ -41,9 +41,9 @@ IN: lisp.test
       "((lambda (x y) (+ x y)) 1 2)" lisp-eval
     ] unit-test
     
-    { 42 } [
-      "((lambda (x y z) (+ x (- y z))) 40 3 1)" lisp-eval
-    ] unit-test
+    { 42 } [
+      "((lambda (x y z) (+ x (- y z))) 40 3 1)" lisp-eval
+    ] unit-test
     
     { "b" } [
       "(cond (#f \"a\") (#t \"b\"))" lisp-eval