From: Stelian Ionescu Date: Sun, 29 Jul 2012 20:25:42 +0000 (+0200) Subject: Remove unnecessary REM-FIXTURE in the test suite X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=93d5e52aeb834565bf320fa695ceae3db234773a;p=fiveam.git Remove unnecessary REM-FIXTURE in the test suite --- diff --git a/t/tests.lisp b/t/tests.lisp index 65918d1..6bef836 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -10,7 +10,6 @@ `(let ((,results (with-*test-dribble* nil (run ',test-name)))) ,@body)) -(rem-fixture 'null-fixture) (def-fixture null-fixture () `(progn ,@(&body)))