From 249ba9e9168e654ea814a7c14fbd36cdffe000cf Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Mon, 13 May 2002 07:17:38 +0000 Subject: [PATCH] Fixed typo. --- src/ansi-tests/section5.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)