X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-md5%2Fsb-md5.asd;h=d2abb961d39078b3a4e255899a4ed40e85d0a550;hb=2db542f484283726e64dd4606e7a0f74b9b228ee;hp=4144bf0237cdf6498fd2611bc1c3284673eb3d32;hpb=6ffb09605de7f990332aee146d8f69ba4cc907c9;p=sbcl.git diff --git a/contrib/sb-md5/sb-md5.asd b/contrib/sb-md5/sb-md5.asd index 4144bf0..d2abb96 100644 --- a/contrib/sb-md5/sb-md5.asd +++ b/contrib/sb-md5/sb-md5.asd @@ -1,6 +1,6 @@ ;;; -*- Lisp -*- -(defpackage #:sb-md5-system +(defpackage #:sb-md5-system (:use #:cl #:asdf)) (in-package #:sb-md5-system) @@ -27,4 +27,3 @@ (defmethod perform ((o test-op) (c (eql (find-system :sb-md5-tests)))) (or (funcall (intern "DO-TESTS" (find-package "SB-RT"))) (error "test-op failed"))) - \ No newline at end of file