Merge pull request #112 from kengruven/master
[jscl.git] / tests / eval.lisp
index f17414a..9a0e50c 100644 (file)
@@ -1,5 +1 @@
-(print "<<<")
-(print (find 'a '((b) (c) (a)) :key #'car))
-(print ">>>")
-
 (test (= (eval '(+ 1 2)) 3))