From f3932b3dcc207c6ae68a6323357a425fe433f740 Mon Sep 17 00:00:00 2001 From: "Liam M. Healy" <lhealy@common-lisp.net> Date: Tue, 25 Jan 2011 12:12:36 -0500 Subject: [PATCH] Remove dependence on foreign-array-tests, which is obsolete --- gsll-tests.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gsll-tests.asd b/gsll-tests.asd index 78b5f8dd..fb24cadd 100644 --- a/gsll-tests.asd +++ b/gsll-tests.asd @@ -1,8 +1,8 @@ ;; Definition of GSLL system ;; Liam Healy -;; Time-stamp: <2010-10-03 18:11:16EDT gsll-tests.asd> +;; Time-stamp: <2011-01-22 16:25:49EST gsll-tests.asd> ;; -;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Copyright 2007, 2008, 2009, 2011 Liam M. Healy ;; Distributed under the terms of the GNU General Public License ;; ;; This program is free software: you can redistribute it and/or modify @@ -27,7 +27,7 @@ :version "0" :author "Liam M. Healy" :licence "GPL v3" - :depends-on (gsll foreign-array-tests lisp-unit) + :depends-on (gsll lisp-unit) :components ((:module test-unit :components -- GitLab