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

index c4e1eaa..a9c8146 100644 (file)
@@ -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)))