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.
This commit is contained in:
Glenn Morris 2020-09-24 11:56:09 -07:00
parent 1e7f636576
commit 976b8464fb

View file

@ -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))