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:
parent
1ec2dd6fd2
commit
813729f6fa
1 changed files with 0 additions and 2 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue