Simpler suites list.
authorOlof-Joachim Frahm <olof@macrolet.net>
Mon, 3 Dec 2012 20:53:07 +0000 (21:53 +0100)
committerOlof-Joachim Frahm <olof@macrolet.net>
Mon, 3 Dec 2012 20:53:07 +0000 (21:53 +0100)
src/suite.lisp

index 59fe844..88bb34b 100644 (file)
@@ -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