From hans at huebner.org Mon Jan 21 14:11:45 2008 From: hans at huebner.org (=?ISO-8859-1?Q?Hans_H=FCbner?=) Date: Mon, 21 Jan 2008 15:11:45 +0100 Subject: [bknr-devel] Re: [bknr-cvs] r2376 - branches/bos/projects/bos/m2 In-Reply-To: <20080121140334.BD95D2F065@common-lisp.net> References: <20080121140334.BD95D2F065@common-lisp.net> Message-ID: http://random-state.net/log/3390120648.html On Jan 21, 2008 3:03 PM, wrote: > Author: ksprotte > Date: Mon Jan 21 09:03:34 2008 > New Revision: 2376 > > Removed: > branches/bos/projects/bos/m2/allocation-cache-test.lisp > Modified: > branches/bos/projects/bos/m2/bos.test.asd > Log: > no need to have separate allocation-cache-test.lisp > > > Modified: branches/bos/projects/bos/m2/bos.test.asd > ============================================================================== > --- branches/bos/projects/bos/m2/bos.test.asd (original) > +++ branches/bos/projects/bos/m2/bos.test.asd Mon Jan 21 09:03:34 2008 > @@ -6,7 +6,6 @@ > :components ((:file "packages-test") > (:file "test-suites" :depends-on ("packages-test")) > (:file "test-fixtures" :depends-on ("packages-test")) > - (:file "allocation-test" :depends-on ("test-suites" "test-fixtures")) > - (:file "allocation-cache-test" :depends-on ("test-suites" "test-fixtures")) > + (:file "allocation-test" :depends-on ("test-suites" "test-fixtures")) > ;; (:file "utils" :depends-on ("config")) > )) > _______________________________________________ > bknr-cvs mailing list > bknr-cvs at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/bknr-cvs >