]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/emacs-lisp/seq-tests.el: Remove duplicate test.
authorStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 12:06:18 +0000 (14:06 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 17 Sep 2021 12:11:06 +0000 (14:11 +0200)
test/lisp/emacs-lisp/seq-tests.el

index bf79dd922bf133ea392186ae9b4a25538afe7cdb..8dc0b93b5afea9f8f47e073f27685882647cc09c 100644 (file)
@@ -347,11 +347,6 @@ Evaluate BODY for each created sequence.
    (should (same-contents-p (seq-union v1 v2)
                             '(1 2 3 4 5 6 7 8 9))))
 
-  (let ((v1 '(1 2 3 4 5 6))
-        (v2 '(4 5 6 7 8 9)))
-   (should (same-contents-p (seq-union v1 v2)
-                            '(1 2 3 4 5 6 7 8 9))))
-
   (let ((v1 [1 2 3 4 5])
         (v2 [4 5 6 "a"]))
    (should (same-contents-p (seq-union v1 v2)