[test] Add tests for CONS, CONSP, ATOM, RPLACA and RPLACD
[jscl.git] / tests / eval.lisp
index 4d6d780..9a0e50c 100644 (file)
@@ -1,3 +1 @@
-(print "testing")
-(print (eval '(+ 1 3)))
 (test (= (eval '(+ 1 2)) 3))