Remove unnecessary REM-FIXTURE in the test suite
authorStelian Ionescu <sionescu@cddr.org>
Sun, 29 Jul 2012 20:25:42 +0000 (22:25 +0200)
committerStelian Ionescu <sionescu@cddr.org>
Sun, 29 Jul 2012 20:25:42 +0000 (22:25 +0200)
t/tests.lisp

index 65918d1..6bef836 100644 (file)
@@ -10,7 +10,6 @@
   `(let ((,results (with-*test-dribble* nil (run ',test-name))))
      ,@body))
 
   `(let ((,results (with-*test-dribble* nil (run ',test-name))))
      ,@body))
 
-(rem-fixture 'null-fixture)
 (def-fixture null-fixture ()
   `(progn ,@(&body)))
 
 (def-fixture null-fixture ()
   `(progn ,@(&body)))