From d686552fdbe1b7dd1aff698bd69ad041a0c13295 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Thu, 17 Oct 2013 11:50:23 +0400 Subject: [PATCH] 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. --- tests/run-tests.lisp | 4 ---- 1 file changed, 4 deletions(-) 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)) -- 1.7.10.4