]> gitweb.factorcode.org Git - factor.git/commitdiff
Reinstating failing test
authorJames Cash <james.nvc@gmail.com>
Sun, 24 Aug 2008 03:18:42 +0000 (23:18 -0400)
committerJames Cash <james.nvc@gmail.com>
Tue, 9 Sep 2008 03:39:14 +0000 (23:39 -0400)
extra/lisp/lisp-tests.factor

index 74589267991b118548e5b72307462ebf7644514a..e539221eaf9c74ab51d4ce82f589b9151370f249 100644 (file)
@@ -87,8 +87,8 @@ IN: lisp.test
         "(if #t 1 2)" lisp-eval
     ] unit-test
     
-    { 3 } [
-        "((lambda (x) (if x (+ 1 2) (- 3 5))) #t)" lisp-eval
-    ] unit-test
+    { 3 } [
+        "((lambda (x) (if x (+ 1 2) (- 3 5))) #t)" lisp-eval
+    ] unit-test
     
 ] with-interactive-vocabs