Don't rely on find-symbol* being internal in asdf.
authorFrancois-Rene Rideau <tunes@google.com>
Tue, 18 Sep 2012 19:34:17 +0000 (15:34 -0400)
committerFrancois-Rene Rideau <tunes@google.com>
Tue, 18 Sep 2012 19:34:17 +0000 (15:34 -0400)
asdf-encodings.asd

index fc9c26b..1c46e28 100644 (file)
@@ -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)))