X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fpackage.lisp;fp=tests%2Fpackage.lisp;h=d8d9b46bcec02b1938c468deb18ac4de2d350733;hb=45453f00199223924481c8d6d614972a327a250f;hp=166266c3832698cf541212862f82c5dd19664afc;hpb=64a30d395eddce700cdacad5b025eb7f369a3ba2;p=umlisp.git diff --git a/tests/package.lisp b/tests/package.lisp index 166266c..d8d9b46 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: May 2003 ;;;; -;;;; $Id: package.lisp,v 1.1 2003/05/07 23:06:44 kevin Exp $ +;;;; $Id: package.lisp,v 1.2 2003/05/08 04:36:12 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -16,6 +16,8 @@ ;;;; as governed by the terms of the GNU General Public License. ;;;; ************************************************************************* +(in-package #:cl-user) + (defpackage #:umlisp-tests (:use #:umlisp #:cl #:rtest #:kmrcl))