From f63a4b82f0e8634a76e4e7794bb7c7c4e734c4ba Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Thu, 20 Oct 2016 19:51:55 +0900 Subject: cl-seq: Remove max limit on input sequence length * lisp/emacs-lisp/cl-seq.el (cl-fill, cl-replace, cl-delete) (cl--position, cl-nsubstitute, cl-substitute, cl-remove): Remove limit on maximum length for the input sequence (#Bug24264). * test/lisp/emacs-lisp/cl-seq-tests.el: Update test expected result as passed. --- test/lisp/emacs-lisp/cl-seq-tests.el | 1 - 1 file changed, 1 deletion(-) (limited to 'test/lisp/emacs-lisp/cl-seq-tests.el') diff --git a/test/lisp/emacs-lisp/cl-seq-tests.el b/test/lisp/emacs-lisp/cl-seq-tests.el index cc393f40583..02d9246db21 100644 --- a/test/lisp/emacs-lisp/cl-seq-tests.el +++ b/test/lisp/emacs-lisp/cl-seq-tests.el @@ -294,7 +294,6 @@ Body are forms defining the test." (ert-deftest cl-seq-test-bug24264 () "Test for http://debbugs.gnu.org/24264 ." - :expected-result :failed (let ((list (append (make-list 8000005 1) '(8))) (list2 (make-list 8000005 2))) (should (cl-position 8 list)) -- cgit v1.2.3