unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24944: [PATCH] Skip test-seq-random-elt-take-all on Emacs 24
@ 2016-11-15  4:00 Sean Whitton
  2016-11-15 15:20 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Sean Whitton @ 2016-11-15  4:00 UTC (permalink / raw)
  To: 24944; +Cc: Sean Whitton

The function `map-length' is not available.
---
 packages/seq/tests/seq-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/seq/tests/seq-tests.el b/packages/seq/tests/seq-tests.el
index 53930fa..7a9a452 100644
--- a/packages/seq/tests/seq-tests.el
+++ b/packages/seq/tests/seq-tests.el
@@ -351,6 +351,7 @@ Evaluate BODY for each created sequence.
                    ["xxx" "xx" "x"]))))
 
 (ert-deftest test-seq-random-elt-take-all ()
+  (skip-unless (version> emacs-version "25"))
   (let ((seq '(a b c d e))
         (count '()))
     (should (= 0 (map-length count)))
-- 
2.10.2






^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-11-16 17:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15  4:00 bug#24944: [PATCH] Skip test-seq-random-elt-take-all on Emacs 24 Sean Whitton
2016-11-15 15:20 ` Eli Zaretskii
2016-11-15 16:06   ` Sean Whitton
2016-11-15 17:02     ` Nicolas Petton
2016-11-15 17:06       ` Sean Whitton
2016-11-15 20:13         ` Nicolas Petton
2016-11-15 22:44           ` Sean Whitton
2016-11-15 22:58             ` Nicolas Petton
2016-11-16  0:30               ` Sean Whitton
2016-11-16 17:40                 ` Nicolas Petton

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).