aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/elisp-mode-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/elisp-mode-tests.el')
-rw-r--r--test/lisp/progmodes/elisp-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/elisp-mode-tests.el b/test/lisp/progmodes/elisp-mode-tests.el
index 311d60dae18..8211347ba11 100644
--- a/test/lisp/progmodes/elisp-mode-tests.el
+++ b/test/lisp/progmodes/elisp-mode-tests.el
@@ -407,7 +407,7 @@ to (xref-elisp-test-descr-to-target xref)."
407 ;; cl-defstruct location. 407 ;; cl-defstruct location.
408 (list 408 (list
409 (cons 409 (cons
410 (xref-make "(cl-defstruct (xref-elisp-location (:constructor xref-make-elisp-location)))" 410 (xref-make "(cl-defstruct xref-elisp-location (:constructor xref-make-elisp-location))"
411 (xref-make-elisp-location 411 (xref-make-elisp-location
412 'xref-elisp-location 'define-type 412 'xref-elisp-location 'define-type
413 (expand-file-name "../../../lisp/progmodes/elisp-mode.el" emacs-test-dir))) 413 (expand-file-name "../../../lisp/progmodes/elisp-mode.el" emacs-test-dir)))