X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Ftest%2Fpackage.lisp;h=2d3102747c2683ccc92272e166d912a5351f9085;hb=fe712aa;hp=3947b64f686af5f370a3ca4878526d42bd205e58;hpb=c34fdd7f3b9920b2feaf1dec70d2dd21ddbbadf2;p=clnl diff --git a/src/test/package.lisp b/src/test/package.lisp index 3947b64..2d31027 100644 --- a/src/test/package.lisp +++ b/src/test/package.lisp @@ -1,2 +1,2 @@ -(defpackage #:clnl-test (:use :common-lisp :clnl) +(defpackage #:clnl-test (:use :common-lisp) (:export :run-all-tests :run :test-debug))