Fix typo in tests.lisp
authorOwen Rodley <Strigoides@gmail.com>
Sat, 18 May 2013 23:37:24 +0000 (11:37 +1200)
committerOwen Rodley <Strigoides@gmail.com>
Sat, 18 May 2013 23:37:24 +0000 (11:37 +1200)
tests.lisp

index 4c741c6..594c7cc 100644 (file)
@@ -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*)))