From: Alfredo Beaumont Date: Thu, 25 Apr 2013 22:15:43 +0000 (+0200) Subject: [test] rename *timestaup* to *timestamp* X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=63178f232baa786a9f90cd4026a6e0a2c8213c2f;p=jscl.git [test] rename *timestaup* to *timestamp* --- diff --git a/tests/tests-report.lisp b/tests/tests-report.lisp index 974c4a8..c1b9346 100644 --- a/tests/tests-report.lisp +++ b/tests/tests-report.lisp @@ -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 diff --git a/tests/tests.lisp b/tests/tests.lisp index aa94973..2477bf6 100644 --- a/tests/tests.lisp +++ b/tests/tests.lisp @@ -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