From abb224cc64ac3324683c5585ae80d72fe0309e2a Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Thu, 19 Aug 2004 11:58:50 +0000 Subject: [PATCH] Removed LOOP.11.8, which has a repeat clause before a for clause, a no-no. Thanks to Yuji Minejima for spotting this. --- ansi-tests/loop11.lsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansi-tests/loop11.lsp b/ansi-tests/loop11.lsp index a1b3b81f..cd71b8bd 100644 --- a/ansi-tests/loop11.lsp +++ b/ansi-tests/loop11.lsp @@ -49,9 +49,9 @@ z) 1) -(deftest loop.11.8 - (loop repeat 3 for i in '(a b c d e) collect i) - (a b c)) +;;; (deftest loop.11.8 +;;; (loop repeat 3 for i in '(a b c d e) collect i) +;;; (a b c)) ;;; Enough implementors have complained about this test that ;;; I'm removing it. The standard is self-contradictory -- GitLab