[alexandria.git] updated branch master: 81213e2... missing earmuff in tests.lisp
Nikodemus Siivola
nsiivola at common-lisp.net
Tue Mar 9 14:59:21 UTC 2010
The branch master has been updated:
via 81213e29188d5ef8456b45a86c4ea765a69b283f (commit)
from ada02b061aac7cbbf43145beaf5d27d78f9e9fcc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 81213e29188d5ef8456b45a86c4ea765a69b283f
Author: Nikodemus Siivola <nikodemus at random-state.net>
Date: Mon Mar 8 10:52:04 2010 +0200
missing earmuff in tests.lisp
Patch by: Peter Graves <peter at armedbear.org>
-----------------------------------------------------------------------
Summary of changes:
tests.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests.lisp b/tests.lisp
index f717402..e2904cc 100644
--- a/tests.lisp
+++ b/tests.lisp
@@ -7,7 +7,7 @@
(in-package :alexandria-tests)
-(defun run-tests (&key ((:compiled *compile-tests)))
+(defun run-tests (&key ((:compiled *compile-tests*)))
(do-tests))
;;;; Arrays
--
Alexandria hooks/post-receive
More information about the alexandria-cvs
mailing list