projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc37f6
)
`defvar` requires two arguments yet
author
David Vázquez
<davazp@gmail.com>
Fri, 26 Apr 2013 15:59:32 +0000
(16:59 +0100)
committer
David Vázquez
<davazp@gmail.com>
Fri, 26 Apr 2013 15:59:32 +0000
(16:59 +0100)
tests.lisp
patch
|
blob
|
history
diff --git
a/tests.lisp
b/tests.lisp
index
5c8251b
..
d383dc0
100644
(file)
--- 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