diff --git a/src/explain.lisp b/src/explain.lisp index e29b6763bb29724c7deb884a98c8a95b7d55802a..015cdf45521a185b0c10f0e30461b4d8cf826744 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))