Can't IN-PACKAGE without a previous DEFPACKAGE.
Wed Jan 20 08:28:50 UTC 2010 pix@kepibu.org
* Can't IN-PACKAGE without a previous DEFPACKAGE.
diff -rN -u old-cl-unification-1/test/unification-tests.lisp new-cl-unification-1/test/unification-tests.lisp
--- old-cl-unification-1/test/unification-tests.lisp 2013-07-21 19:26:00.000000000 +0000
+++ new-cl-unification-1/test/unification-tests.lisp 2013-07-21 19:26:01.000000000 +0000
@@ -3,11 +3,10 @@
;;;; unification-tests.lisp --
;;;; CL-UNIFICATION test suite. Requires Franz's util.test package.
+(cl:defpackage "UNIFY.TESTS"
+ (:use "CL" "UNIFY" "UTIL.TEST"))
(in-package "UNIFY.TESTS")
-(use-package "UNIFY")
-(use-package "UTIL.TEST")
-
(with-tests (:name "basic constant unification")
(test t (unify:environment-p (unify 42 42)))