emacs-diffs
[Top][All Lists]
Advanced

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

master ef86025: ; * test/lisp/progmodes/elisp-mode-tests.el: repair test


From: Mattias Engdegård
Subject: master ef86025: ; * test/lisp/progmodes/elisp-mode-tests.el: repair test failure
Date: Tue, 26 Oct 2021 04:06:04 -0400 (EDT)

branch: master
commit ef86025bcdeb9a96b36f876e35081e41bf32917c
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * test/lisp/progmodes/elisp-mode-tests.el: repair test failure
    
    The test used an internal variable that has been renamed; use the new
    name.  (Any variable would do here.)
---
 test/lisp/progmodes/elisp-mode-tests.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/lisp/progmodes/elisp-mode-tests.el 
b/test/lisp/progmodes/elisp-mode-tests.el
index 8a3669c..9516687 100644
--- a/test/lisp/progmodes/elisp-mode-tests.el
+++ b/test/lisp/progmodes/elisp-mode-tests.el
@@ -782,11 +782,11 @@ to (xref-elisp-test-descr-to-target xref)."
    ))
 
 (xref-elisp-deftest find-defs-defvar-el
-  (elisp--xref-find-definitions 'xref--marker-ring)
+  (elisp--xref-find-definitions 'xref--history)
   (list
-   (xref-make "(defvar xref--marker-ring)"
+   (xref-make "(defvar xref--history)"
              (xref-make-elisp-location
-              'xref--marker-ring 'defvar
+              'xref--history 'defvar
               (expand-file-name "../../../lisp/progmodes/xref.el" 
emacs-test-dir)))
     ))
 



reply via email to

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