Simpler TEST-NAMES.
authorOlof-Joachim Frahm <olof@macrolet.net>
Mon, 3 Dec 2012 21:26:54 +0000 (22:26 +0100)
committerOlof-Joachim Frahm <olof@macrolet.net>
Mon, 3 Dec 2012 21:26:54 +0000 (22:26 +0100)
src/test.lisp

index 877a847..90b56bd 100644 (file)
@@ -36,8 +36,7 @@ named KEY in the *TEST* hash table."
   (remhash key *test*))
 
 (defun test-names ()
-  (loop for test being the hash-keys of *test*
-        collect test))
+  (hash-table-keys *test*))
 
 (defmacro test (name &body body)
   "Deprecated. See DEF-TEST."