r4490: Auto commit for Debian build
[cl-base64.git] / base64.asd
index 81a054cf5b4aa090ec3230014aae5cef989d0a8f..cc48ee541657e492a626e64502d4fa2a70c1edaa 100644 (file)
@@ -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")))