tests: don't require ASDF.
authorStas Boukarev <stassats@gmail.com>
Thu, 17 Oct 2013 07:50:23 +0000 (11:50 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 17 Oct 2013 07:50:23 +0000 (11:50 +0400)
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

index 7bf562a..68cc941 100644 (file)
@@ -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))