diff options
| author | Glenn Morris | 2020-09-24 11:56:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-09-24 12:46:19 -0700 |
| commit | 976b8464fb3d33a83432053d7f907cb763580cea (patch) | |
| tree | bfd18ab8ee88248628e0507fec40ab7198cfce7e | |
| parent | 1e7f6365766db188e8cbcee5a9cdad8e2b4f5849 (diff) | |
| download | emacs-976b8464fb3d33a83432053d7f907cb763580cea.tar.gz emacs-976b8464fb3d33a83432053d7f907cb763580cea.zip | |
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.
| -rw-r--r-- | test/lisp/emacs-lisp/lisp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 295 | (lambda () (up-list 1 t t)) | 295 | (lambda () (up-list 1 t t)) |
| 296 | (or "(1 '2 ( 2' 1 '2 ) 2' 1)") | 296 | (or "(1 '2 ( 2' 1 '2 ) 2' 1)") |
| 297 | ;; abcdefghijklmnopqrstuvwxy | 297 | ;; abcdefghijklmnopqrstuvwxy |
| 298 | i k x scan-error) | 298 | i k x user-error) |
| 299 | 299 | ||
| 300 | (define-lisp-up-list-test backward-up-list-basic | 300 | (define-lisp-up-list-test backward-up-list-basic |
| 301 | (lambda () (backward-up-list)) | 301 | (lambda () (backward-up-list)) |