projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff3f3cf
)
Simpler TEST-NAMES.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Mon, 3 Dec 2012 21:26:54 +0000
(22:26 +0100)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Mon, 3 Dec 2012 21:26:54 +0000
(22:26 +0100)
src/test.lisp
patch
|
blob
|
history
diff --git
a/src/test.lisp
b/src/test.lisp
index
877a847
..
90b56bd
100644
(file)
--- 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."