From: Kevin Ryde Date: Sat, 30 Aug 2003 00:02:44 +0000 (+0000) Subject: Correction to a comment in: X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/813729f6fad84a51f84a63031d40a656d84e72b7 Correction to a comment in: (list-copy): New tests. --- diff --git a/test-suite/tests/srfi-1.test b/test-suite/tests/srfi-1.test index 4b4bf392c..f3f898bf5 100644 --- a/test-suite/tests/srfi-1.test +++ b/test-suite/tests/srfi-1.test @@ -318,8 +318,6 @@ ;; (with-test-prefix "list-copy" - - ;; improper lists can be copied (pass-if (equal? '() (list-copy '()))) (pass-if (equal? '(1 2) (list-copy '(1 2)))) (pass-if (equal? '(1 2 3) (list-copy '(1 2 3))))