X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftest.lisp;h=90b56bd861d9a2d164a03add22e2e914a636c027;hb=4d1390ee929c1593cb0b355048f9f8d0135d9a49;hp=877a847cf8e647838db53c935aa0022ec074f6be;hpb=ff3f3cf6b9523e7e71182d49bc374bf7c5a3fd8f;p=fiveam.git diff --git a/src/test.lisp b/src/test.lisp index 877a847..90b56bd 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -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."