]> gitweb.factorcode.org Git - factor.git/commitdiff
Removing commented-out junk
authorJames Cash <james.nvc@gmail.com>
Fri, 6 Jun 2008 18:35:34 +0000 (14:35 -0400)
committerJames Cash <james.nvc@gmail.com>
Sat, 7 Jun 2008 04:29:39 +0000 (00:29 -0400)
extra/lisp/lisp-tests.factor

index c4090e10980070d09c703436e04b481c3e9de53f..14b91aa58ba25972eeaa47267f766794d6e83d18 100644 (file)
@@ -13,8 +13,6 @@ IN: lisp.test
     "+" "math" "+" define-primitive
     "-" "math" "-" define-primitive
     
-!    "list" [ >array ] lisp-define
-    
     { 5 } [
       [ 2 3 ] "+" <lisp-symbol> funcall
     ] unit-test
@@ -55,8 +53,4 @@ IN: lisp.test
        "((lambda (x) (if x (begin (+ 1 2)) (- 3 5))) #t)" lisp-eval
     ] unit-test
     
-!     { { 1 2 3 4 5 } } [
-!       "(list 1 2 3 4 5)" lisp-eval
-!     ] unit-test
-
 ] with-interactive-vocabs