Simpler suites list. v1.2-fixes
authorOlof-Joachim Frahm <olof@macrolet.net>
Mon, 3 Dec 2012 20:53:07 +0000 (21:53 +0100)
committerOlof-Joachim Frahm <olof@macrolet.net>
Fri, 14 Jun 2013 18:02:56 +0000 (20:02 +0200)
src/suite.lisp

index b3b321d..1a264f3 100644 (file)
@@ -74,8 +74,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