emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 976b846: Update a failing lisp test


From: Glenn Morris
Subject: master 976b846: Update a failing lisp test
Date: Thu, 24 Sep 2020 15:46:26 -0400 (EDT)

branch: master
commit 976b8464fb3d33a83432053d7f907cb763580cea
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    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.
---
 test/lisp/emacs-lisp/lisp-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/lisp-tests.el 
b/test/lisp/emacs-lisp/lisp-tests.el
index 1476574..437b907 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]