`defvar` requires two arguments yet
[jscl.git] / tests.lisp
index 5c8251b..d383dc0 100644 (file)
@@ -1,6 +1,6 @@
 (defvar *passed-tests* 0)
 (defvar *failed-tests* 0)
-(defvar *timestamp*)
+(defvar *timestamp* nil)
 
 (defmacro test (condition)
   `(cond