X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fpackage.lisp;h=9c6985e1800ba3b22ba0b0e185a660ffd0631b0b;hb=0621c4e090034963092e9f6a5545206b5c0a2130;hp=166266c3832698cf541212862f82c5dd19664afc;hpb=f761dc1d39bb92917db53f935348f79e4db95e40;p=umlisp.git diff --git a/tests/package.lisp b/tests/package.lisp index 166266c..9c6985e 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$ ;;;; ;;;; 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))