From 63178f232baa786a9f90cd4026a6e0a2c8213c2f Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Fri, 26 Apr 2013 00:15:43 +0200 Subject: [PATCH] [test] rename *timestaup* to *timestamp* --- tests/tests-report.lisp | 2 +- tests/tests.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4