common-lisp.net
/
projects/asdf/asdf-finalizers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f1a6236
)
Don't rely on find-symbol* being internal in asdf.
author
Francois-Rene Rideau
<tunes@google.com>
Tue, 18 Sep 2012 19:33:55 +0000 (15:33 -0400)
committer
Francois-Rene Rideau
<tunes@google.com>
Tue, 18 Sep 2012 19:33:55 +0000 (15:33 -0400)
asdf-finalizers.asd
patch
|
blob
|
blame
|
history
diff --git
a/asdf-finalizers.asd
b/asdf-finalizers.asd
index
c4e1eaa
..
a9c8146
100644
(file)
--- a/
asdf-finalizers.asd
+++ b/
asdf-finalizers.asd
@@
-12,4
+12,4
@@
(defmethod perform ((op test-op) (system (eql (find-system :asdf-finalizers))))
(asdf:load-system :asdf-finalizers-test)
- (funcall (asdf:find-symbol* :test-suite :asdf-finalizers-test)))
+ (funcall (asdf::find-symbol* :test-suite :asdf-finalizers-test)))