From: Olof-Joachim Frahm Date: Mon, 3 Dec 2012 21:26:54 +0000 (+0100) Subject: Simpler TEST-NAMES. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=78a7b9d54ebcf4df2d734bef366e0b27da060146;p=fiveam.git Simpler TEST-NAMES. --- diff --git a/src/test.lisp b/src/test.lisp index 982c176..241ba0a 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -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