Skip to content
Snippets Groups Projects
Commit 08659c1e authored by Kevin M. Rosenberg's avatar Kevin M. Rosenberg
Browse files

r4490: Auto commit for Debian build

parent 7d76d114
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;;; Programmer: Kevin M. Rosenberg ;;;; Programmer: Kevin M. Rosenberg
;;;; Date Started: Dec 2002 ;;;; 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) (in-package :asdf)
...@@ -39,5 +39,5 @@ ...@@ -39,5 +39,5 @@
)) ))
(defmethod perform ((o test-op) (c (eql (find-system :base64)))) (defmethod perform ((o test-op) (c (eql (find-system :base64))))
(or (test-base64) (or (base64::test-base64)
(error "test-op failed"))) (error "test-op failed")))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment