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

r4493: Auto commit for Debian build

parent 90fa8d68
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.16 2003/04/15 16:08:21 kevin Exp $ ;;;; $Id: base64.asd,v 1.17 2003/04/15 16:09:50 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 (funcall (intern (symbol-name #:test-base64) (find-package 'base64))) (or (funcall (intern (symbol-name '#:test-base64) (find-package '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.
Please register or to comment