projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6ac36
)
Simpler TEST-NAMES.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Mon, 3 Dec 2012 21:26:54 +0000
(22:26 +0100)
committer
Stelian Ionescu
<sionescu@cddr.org>
Thu, 18 Jul 2013 15:09:44 +0000
(17:09 +0200)
src/test.lisp
patch
|
blob
|
history
diff --git
a/src/test.lisp
b/src/test.lisp
index
c64d6a2
..
9b76d26
100644
(file)
--- 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