[test] rename *timestaup* to *timestamp*
authorAlfredo Beaumont <alfredo.beaumont@gmail.com>
Thu, 25 Apr 2013 22:15:43 +0000 (00:15 +0200)
committerAlfredo Beaumont <alfredo.beaumont@gmail.com>
Thu, 25 Apr 2013 22:15:43 +0000 (00:15 +0200)
tests/tests-report.lisp
tests/tests.lisp

index 974c4a8..c1b9346 100644 (file)
@@ -1,6 +1,6 @@
 (write-line "")
 (write-string "Finished. The execution took ")
-(write-string (prin1-to-string (- (get-universal-time) *timestaup*)))
+(write-string (prin1-to-string (- (get-universal-time) *timestamp*)))
 (write-line " seconds.")
 
 (cond
index aa94973..2477bf6 100644 (file)
@@ -1,6 +1,6 @@
 (defvar *passed-tets* 0)
 (defvar *failed-tets* 0)
-(defvar *timestaup* (get-universal-time))
+(defvar *timestamp* (get-universal-time))
 
 (defmacro test (condition)
   `(cond