projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a6d49
)
Fix typo
author
Stelian Ionescu
<sionescu@cddr.org>
Thu, 25 Jul 2013 14:15:07 +0000
(16:15 +0200)
committer
Stelian Ionescu
<sionescu@cddr.org>
Thu, 25 Jul 2013 14:15:07 +0000
(16:15 +0200)
src/suite.lisp
patch
|
blob
|
history
diff --git
a/src/suite.lisp
b/src/suite.lisp
index
03e232e
..
003f873
100644
(file)
--- a/
src/suite.lisp
+++ b/
src/suite.lisp
@@
-54,7
+54,7
@@
Overrides any existing suite named NAME."
(defun list-all-suites ()
"Returns an unordered LIST of all suites."
- (hash-table-values *suites*))
+ (hash-table-values *suite*))
;;;; ** Managing the Current Suite