From: David Vázquez Date: Fri, 3 May 2013 10:57:50 +0000 (+0100) Subject: Remove temporary code X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f1f046b04f085f7fc9e7b195f5de50490aec426a;p=jscl.git Remove temporary code --- diff --git a/tests/eval.lisp b/tests/eval.lisp index f17414a..9a0e50c 100644 --- a/tests/eval.lisp +++ b/tests/eval.lisp @@ -1,5 +1 @@ -(print "<<<") -(print (find 'a '((b) (c) (a)) :key #'car)) -(print ">>>") - (test (= (eval '(+ 1 2)) 3))