From: Attila Lendvai Date: Mon, 16 Oct 2006 20:30:13 +0000 (+0200) Subject: Do not warn when redefining a test X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=f464b03133a6709d14fc99f98d896563fab39392 Do not warn when redefining a test --- 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.")