From: David Vázquez Date: Fri, 26 Apr 2013 15:59:32 +0000 (+0100) Subject: `defvar` requires two arguments yet X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=14c6c745a82935545327e1406e24ece6cccbaf98;p=jscl.git `defvar` requires two arguments yet --- diff --git a/tests.lisp b/tests.lisp index 5c8251b..d383dc0 100644 --- a/tests.lisp +++ b/tests.lisp @@ -1,6 +1,6 @@ (defvar *passed-tests* 0) (defvar *failed-tests* 0) -(defvar *timestamp*) +(defvar *timestamp* nil) (defmacro test (condition) `(cond