From: Ryan Davis Date: Wed, 30 Jan 2013 17:38:36 +0000 (-0500) Subject: remove extraneous hyphen X-Git-Tag: 0.9.4~1^2~7^2 X-Git-Url: https://repo.or.cz/w/lisp-unit.git/commitdiff_plain/2dc688be7ba78ef6fd5d49f12477f58d403ccc30 remove extraneous hyphen --- diff --git a/extensions/test-anything-protocol.lisp b/extensions/test-anything-protocol.lisp index 3535f31..58b655b 100644 --- a/extensions/test-anything-protocol.lisp +++ b/extensions/test-anything-protocol.lisp @@ -39,7 +39,7 @@ same before and after invocation." (pprint-logical-block (stream nil) (format stream - "~:[ok~;not ok~] ~d - ~s" + "~:[ok~;not ok~] ~d ~s" (or (fail test-result) (exerr test-result)) i name)