X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftest.lisp;fp=src%2Ftest.lisp;h=9b76d2693fcf7a193d28ff93e6b3e3bb281d05b6;hb=d0c668953afbc35a94a51d5b4f18e944f8721098;hp=c64d6a249240ab10ddb7ada9d5660438fa592c48;hpb=fe6ac366b562a6605a491b8fc495347d880510b3;p=fiveam.git diff --git a/src/test.lisp b/src/test.lisp index c64d6a2..9b76d26 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -29,8 +29,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