projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372507f
)
Remove unnecessary REM-FIXTURE in the test suite
author
Stelian Ionescu
<sionescu@cddr.org>
Sun, 29 Jul 2012 20:25:42 +0000
(22:25 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Sun, 29 Jul 2012 20:25:42 +0000
(22:25 +0200)
t/tests.lisp
patch
|
blob
|
history
diff --git
a/t/tests.lisp
b/t/tests.lisp
index
65918d1
..
6bef836
100644
(file)
--- 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)))