X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64.asd;fp=base64.asd;h=cc48ee541657e492a626e64502d4fa2a70c1edaa;hp=81a054cf5b4aa090ec3230014aae5cef989d0a8f;hb=08659c1ec51f0110941927ac458a461dabe7339c;hpb=7d76d1142827c15ab0a735b10ebb7b2a20127d98 diff --git a/base64.asd b/base64.asd index 81a054c..cc48ee5 100644 --- a/base64.asd +++ b/base64.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base64.asd,v 1.13 2003/04/15 16:02:21 kevin Exp $ +;;;; $Id: base64.asd,v 1.14 2003/04/15 16:03:54 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -39,5 +39,5 @@ )) (defmethod perform ((o test-op) (c (eql (find-system :base64)))) - (or (test-base64) + (or (base64::test-base64) (error "test-op failed")))