Removing map test, poor implementation

db4
James Cash 2008-05-26 17:02:23 -04:00
parent 904bac2808
commit 1f9c6d472e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,6 @@ IN: lisp.test
"-" "math" "-" define-primitive
"list" [ >array ] lisp-define
"map" [ [ swap map ] compose call ] lisp-define
{ 5 } [
[ 2 3 ] "+" <lisp-symbol> funcall
@ -51,4 +50,5 @@ IN: lisp.test
{ { 1 2 3 4 5 } } [
"(list 1 2 3 4 5)" lisp-eval
] unit-test
] with-interactive-vocabs
] with-interactive-vocabs