X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Frun.lisp;fp=src%2Frun.lisp;h=fcb35db672caf3d781efb818b6c97d11411b1059;hb=699ef81e62776560faa5d35e3a9b66deb24aed31;hp=d9b8c5f5ac18183e900109458d7ff0350e381235;hpb=35dc0e063d9f601afdc1202e4724628525e723f0;p=fiveam.git diff --git a/src/run.lisp b/src/run.lisp index d9b8c5f..fcb35db 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -196,7 +196,7 @@ run.")) (defmethod %run ((suite test-suite)) (when *print-names* - (format *test-dribble* "~%Running test suite ~A~%" (name suite))) + (format *test-dribble* "~%Running test suite ~A" (name suite))) (let ((suite-results '())) (flet ((run-tests () (loop