From f464b03133a6709d14fc99f98d896563fab39392 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Mon, 16 Oct 2006 22:30:13 +0200 Subject: [PATCH] Do not warn when redefining a test --- src/test.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test.lisp b/src/test.lisp index 553a64e..f5c8a82 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -12,6 +12,7 @@ ;;;; collection of tests and test suites. (deflookup-table test + :at-redefinition nil :documentation "Lookup table mapping test (and test suite) names to objects.") -- 1.7.10.4