diff --git a/test/script-support.lisp b/test/script-support.lisp index 3e33047d7d947938a6f6dcb9148dd83ebe3b3d1f..963db83788cb768b0730e0b8851ae87bf2b21d64 100644 --- a/test/script-support.lisp +++ b/test/script-support.lisp @@ -258,8 +258,9 @@ Some constraints: (:case-sensitive-lower :mlisp) (:case-insensitive-upper :alisp)) #+armedbear :abcl - #+(or clasp ecl) (or #+ecl-bytecmp :ecl_bytecodes :ecl) + #+ecl (or #+ecl-bytecmp :ecl_bytecodes :ecl) #+clisp :clisp + #+clasp :clasp #+clozure :ccl #+cmucl :cmucl #+corman :cormanlisp