From: Glenn Morris Date: Thu, 24 Sep 2020 18:56:09 +0000 (-0700) Subject: Update a failing lisp test X-Git-Tag: emacs-28.0.90~5904 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=976b8464fb3d33a83432053d7f907cb763580cea;p=emacs.git Update a failing lisp test * test/lisp/emacs-lisp/lisp-tests.el (up-list-no-cross-string): Update for recent "Don't signal scan-error" change. --- diff --git a/test/lisp/emacs-lisp/lisp-tests.el b/test/lisp/emacs-lisp/lisp-tests.el index 1476574552f..437b907ba13 100644 --- a/test/lisp/emacs-lisp/lisp-tests.el +++ b/test/lisp/emacs-lisp/lisp-tests.el @@ -295,7 +295,7 @@ (lambda () (up-list 1 t t)) (or "(1 '2 ( 2' 1 '2 ) 2' 1)") ;; abcdefghijklmnopqrstuvwxy - i k x scan-error) + i k x user-error) (define-lisp-up-list-test backward-up-list-basic (lambda () (backward-up-list))