From: Stelian Ionescu Date: Mon, 23 Apr 2012 10:53:26 +0000 (+0200) Subject: EXPLAIN: call TERPRI on the actual argument X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=4779162765c555cbd48f8d0febacab26ae649718 EXPLAIN: call TERPRI on the actual argument --- diff --git a/src/explain.lisp b/src/explain.lisp index e29b676..015cdf4 100644 --- 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))