[alexandria-cvs] updated branch master: b5cc04c... missing earmuff in tests.lisp

Nikodemus Siivola nsiivola at common-lisp.net
Mon Mar 8 10:52:54 UTC 2010


The branch master has been updated:
       via  b5cc04c27491e872065821b7f2aae24d3701b6c0 (commit)
      from  035846561e47e1f7531f21e49cacc58f007cfc9b (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 b5cc04c27491e872065821b7f2aae24d3701b6c0
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