Fixing tests for lisp

db4
James Cash 2008-05-11 19:38:22 -04:00
parent cc390dd53a
commit 8e3527f10b
1 changed files with 0 additions and 4 deletions

View File

@ -4,10 +4,6 @@ USING: lisp lisp.parser tools.test sequences math kernel ;
IN: lisp.test
{ [ "aoeu" 2 1 T{ lisp-symbol f "foo" } ] } [
"(foo 1 2 \"aoeu\")" lisp-string>factor
] unit-test
init-env
"+" [ first2 + ] lisp-define