From: Stas Boukarev Date: Thu, 17 Oct 2013 07:50:23 +0000 (+0400) Subject: tests: don't require ASDF. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=d686552fdbe1b7dd1aff698bd69ad041a0c13295;p=sbcl.git tests: don't require ASDF. With the new scheme, ASDF is not needed at all to load contribs, but even in the past the contribs which needed it would have loaded it automatically. --- diff --git a/tests/run-tests.lisp b/tests/run-tests.lisp index 7bf562a..68cc941 100644 --- a/tests/run-tests.lisp +++ b/tests/run-tests.lisp @@ -1,7 +1,3 @@ -#+#.(cl:if (cl:find-package "ASDF") '(or) '(and)) -(require :asdf) - -#+#.(cl:if (cl:find-package "SB-POSIX") '(or) '(and)) (handler-bind (#+win32 (warning #'muffle-warning)) (require :sb-posix))