projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4494a24
)
Simpler suites list.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Mon, 3 Dec 2012 20:53:07 +0000
(21:53 +0100)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Mon, 3 Dec 2012 20:53:07 +0000
(21:53 +0100)
src/suite.lisp
patch
|
blob
|
history
diff --git
a/src/suite.lisp
b/src/suite.lisp
index
59fe844
..
88bb34b
100644
(file)
--- a/
src/suite.lisp
+++ b/
src/suite.lisp
@@
-81,8
+81,8
@@
Overrides any existing suite named NAME."
suite))
(defun list-all-suites ()
- (loop for suite being the hash-value in *suites*
- collect suite))
+ "Returns an unordered LIST of all suites."
+ (hash-table-values *suites*))
;;;; ** Managing the Current Suite