X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Feval.lisp;h=9a0e50c2cc115ca7d49ca16c08c97b354d8556de;hb=ff12f0b76586296be887887c9a6c21c6c2b29ab5;hp=4d6d7801c53d8388a49d83f92288bf4fbac58210;hpb=d15ff6cf9e47d39ec9949ebafa1dcd2be6ac8be7;p=jscl.git diff --git a/tests/eval.lisp b/tests/eval.lisp index 4d6d780..9a0e50c 100644 --- a/tests/eval.lisp +++ b/tests/eval.lisp @@ -1,3 +1 @@ -(print "testing") -(print (eval '(+ 1 3))) (test (= (eval '(+ 1 2)) 3))