From: Kevin M. Rosenberg Date: Tue, 15 Apr 2003 16:03:54 +0000 (+0000) Subject: r4490: Auto commit for Debian build X-Git-Tag: v3.3.2~32 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=08659c1ec51f0110941927ac458a461dabe7339c;hp=7d76d1142827c15ab0a735b10ebb7b2a20127d98 r4490: Auto commit for Debian build --- 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")))