X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fassertoid.lisp;h=f50270bb08fd379234dfa164f34175fa01450cb7;hb=fcde5281a74cb29e21550f4f979ad6356f149ab9;hp=0469450505393b3a52356fa17b82440e43603537;hpb=9514c25e89aad10784c6d04fea4595d8c8ae68cc;p=sbcl.git diff --git a/tests/assertoid.lisp b/tests/assertoid.lisp index 0469450..f50270b 100644 --- a/tests/assertoid.lisp +++ b/tests/assertoid.lisp @@ -12,7 +12,11 @@ ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. -(cl:in-package :cl-user) +(cl:defpackage "ASSERTOID" + (:use "CL") + (:export "GRAB-CONDITION" "RAISES-ERROR?" "ASSERTOID")) + +(cl:in-package "ASSERTOID") (defmacro grab-condition (&body body) `(nth-value 1