1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Correction to a comment in:

(list-copy): New tests.
This commit is contained in:
Kevin Ryde 2003-08-30 00:02:44 +00:00
parent 1ec2dd6fd2
commit 813729f6fa

View file

@ -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))))