From 10dea74219d3fb6fa2dbb33acc42a90f84b73145 Mon Sep 17 00:00:00 2001 From: Owen Rodley Date: Sun, 19 May 2013 11:37:24 +1200 Subject: [PATCH] Fix typo in tests.lisp --- tests.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*))) -- 1.7.10.4