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