From e7e3b44fc7b51a80f364936fa428fe86862d999a Mon Sep 17 00:00:00 2001 From: Henrik Hjelte Date: Tue, 14 Apr 2009 18:03:38 +0200 Subject: [PATCH] silence redefining fixture warning --- t/tests.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/t/tests.lisp b/t/tests.lisp index a77abf3..d3ab4c7 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -10,6 +10,7 @@ `(let ((,results (with-*test-dribble* nil (run ',test-name)))) ,@body)) +(rem-fixture 'null-fixture) (def-fixture null-fixture () `(progn ,@(&body))) -- 1.7.10.4