projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac8be5
)
Fix typo in tests.lisp
author
Owen Rodley
<Strigoides@gmail.com>
Sat, 18 May 2013 23:37:24 +0000
(11:37 +1200)
committer
Owen Rodley
<Strigoides@gmail.com>
Sat, 18 May 2013 23:37:24 +0000
(11:37 +1200)
tests.lisp
patch
|
blob
|
history
diff --git
a/tests.lisp
b/tests.lisp
index
4c741c6
..
594c7cc
100644
(file)
--- 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*)))