]> git.eshelyaron.com Git - emacs.git/commitdiff
Update a failing lisp test
authorGlenn Morris <rgm@gnu.org>
Thu, 24 Sep 2020 18:56:09 +0000 (11:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 24 Sep 2020 19:46:19 +0000 (12:46 -0700)
* test/lisp/emacs-lisp/lisp-tests.el (up-list-no-cross-string):
Update for recent "Don't signal scan-error" change.

test/lisp/emacs-lisp/lisp-tests.el

index 1476574552fe3f474a40d8e71e3f9c87397f9f55..437b907ba13f4566e8bf6b1364547045491783da 100644 (file)
   (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))