projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d9155
)
Fix thinko in test's docstring
author
Marco Baringer
<mb@bese.it>
Tue, 24 Jan 2006 11:37:54 +0000
(12:37 +0100)
committer
Marco Baringer
<mb@bese.it>
Tue, 24 Jan 2006 11:37:54 +0000
(12:37 +0100)
src/test.lisp
patch
|
blob
|
history
diff --git
a/src/test.lisp
b/src/test.lisp
index
82b0c6c
..
2e3020a
100644
(file)
--- a/
src/test.lisp
+++ b/
src/test.lisp
@@
-16,7
+16,7
@@
names to objects.")
(defmacro test (name &body body)
- "Create a suite named NAME. If NAME is a list it must be of the
+ "Create a test named NAME. If NAME is a list it must be of the
form:
(name &key depends-on suite)