projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037999f
)
silence redefining fixture warning
author
Henrik Hjelte
<henrik@evahjelte.com>
Tue, 14 Apr 2009 16:03:38 +0000
(18:03 +0200)
committer
Henrik Hjelte
<henrik@evahjelte.com>
Tue, 14 Apr 2009 16:03:38 +0000
(18:03 +0200)
t/tests.lisp
patch
|
blob
|
history
diff --git
a/t/tests.lisp
b/t/tests.lisp
index
a77abf3
..
d3ab4c7
100644
(file)
--- 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)))