diff --git a/src/ansi-tests/section5.lisp b/src/ansi-tests/section5.lisp index a61f05fed..396402137 100644 --- a/src/ansi-tests/section5.lisp +++ b/src/ansi-tests/section5.lisp @@ -137,8 +137,8 @@ (my-assert (fboundp 'nth-value) - #+(or cmu sbcl clisp) t - #-(or cmu sbcl clisp) nil) + #+(or cmu sbcl clisp ecl) t + #-(or cmu sbcl clisp ecl) nil) (my-assert (fboundp 'with-open-file)