projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4b6e0
)
EXPLAIN: call TERPRI on the actual argument
author
Stelian Ionescu
<sionescu@cddr.org>
Mon, 23 Apr 2012 10:53:26 +0000
(12:53 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Mon, 23 Apr 2012 10:53:26 +0000
(12:53 +0200)
src/explain.lisp
patch
|
blob
|
history
diff --git
a/src/explain.lisp
b/src/explain.lisp
index
e29b676
..
015cdf4
100644
(file)
--- a/
src/explain.lisp
+++ b/
src/explain.lisp
@@
-61,7
+61,7
@@
(name (test-case f))
(description (test-case f)))
(output " ~A.~%" (reason f)))
- (terpri *test-dribble*)))))
+ (terpri stream)))))
(defmethod explain ((exp simple-text-explainer) results
&optional (stream *test-dribble*) (recursive-depth 0))