Skip to content

Commit

Permalink
Simpler TEST-NAMES.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferada authored and sionescu committed Jul 18, 2013
1 parent fe6ac36 commit d0c6689
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0c6689

Please sign in to comment.