From 81213e29188d5ef8456b45a86c4ea765a69b283f Mon Sep 17 00:00:00 2001
From: Nikodemus Siivola <nikodemus@random-state.net>
Date: Mon, 8 Mar 2010 10:52:04 +0200
Subject: [PATCH] missing earmuff in tests.lisp

Patch by: Peter Graves <peter@armedbear.org>
---
 tests.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab