From: Owen Rodley Date: Sat, 18 May 2013 23:37:24 +0000 (+1200) Subject: Fix typo in tests.lisp X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=10dea74219d3fb6fa2dbb33acc42a90f84b73145;p=jscl.git Fix typo in tests.lisp --- diff --git a/tests.lisp b/tests.lisp index 4c741c6..594c7cc 100644 --- a/tests.lisp +++ b/tests.lisp @@ -29,7 +29,7 @@ (format t "Test `~S' passed unexpectedly!~%" ',condition)) (incf *unexpected-passes*)) (t - (format t "Test `~S' failed failed expectedly.~%" ',condition) + (format t "Test `~S' failed expectedly.~%" ',condition) (incf *expected-failures*))) (incf *total-tests*)))