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>
Fri, 14 Jun 2013 17:44:29 +0000 (19:44 +0200)
src/test.lisp

index 982c176..241ba0a 100644 (file)
@@ -26,8 +26,7 @@
   (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)
   "Create a test named NAME. If NAME is a list it must be of the