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