Skip to content
Snippets Groups Projects
Commit abb224cc authored by pfdietz's avatar pfdietz
Browse files

Removed LOOP.11.8, which has a repeat clause before a for clause, a no-no. ...

Removed LOOP.11.8, which has a repeat clause before a for clause, a no-no.  Thanks to Yuji Minejima for spotting this.
parent 36e3efba
No related branches found
No related tags found
No related merge requests found
...@@ -49,9 +49,9 @@ ...@@ -49,9 +49,9 @@
z) z)
1) 1)
(deftest loop.11.8 ;;; (deftest loop.11.8
(loop repeat 3 for i in '(a b c d e) collect i) ;;; (loop repeat 3 for i in '(a b c d e) collect i)
(a b c)) ;;; (a b c))
;;; Enough implementors have complained about this test that ;;; Enough implementors have complained about this test that
;;; I'm removing it. The standard is self-contradictory ;;; I'm removing it. The standard is self-contradictory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment