Skip to content

Commit

Permalink
EXPLAIN: call TERPRI on the actual argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Apr 23, 2012
1 parent fd4b6e0 commit 4779162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/explain.lisp
Expand Up @@ -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))
Expand Down

0 comments on commit 4779162

Please sign in to comment.