; * 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.)
This commit is contained in:
parent
d8caa3d9fb
commit
ef86025bcd
1 changed files with 3 additions and 3 deletions
|
|
@ -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)))
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue