diff --git a/test/script-support.lisp b/test/script-support.lisp index 48792cbb81bf89044a2d32c26a0b58bdec171ee0..cd16697b37e95008dd1d1977690eacce3d314167 100644 --- a/test/script-support.lisp +++ b/test/script-support.lisp @@ -64,10 +64,7 @@ Some constraints: :test 'equalp :key 'car)) ; We need that BEFORE any mention of package ASDF. #+cmucl (setf ext:*gc-verbose* nil) #+gcl - (when (and (= system::*gcl-major-version* 2) - (= system::*gcl-minor-version* 6)) - (pushnew :gcl2.6 *features*) - (shadowing-import 'system::*load-pathname* :asdf-test)) + (si::use-fast-links nil) #+lispworks (setf system:*stack-overflow-behaviour* :warn))