summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2021-04-18 22:05:59 +0200
committerPhilipp Stephani <phst@google.com>2021-04-18 22:05:59 +0200
commit454fd3978203447937a16dd65af21c831f4713e6 (patch)
tree84d8193124ad3c86828cf87f5a846797b5f8493b
parent652b0f4c7453e6d440fec767336ca85aec13e33d (diff)
downloademacs-454fd3978203447937a16dd65af21c831f4713e6.tar.gz
; * test/lisp/progmodes/xref-tests.el: Add footer.
-rw-r--r--test/lisp/progmodes/xref-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/progmodes/xref-tests.el b/test/lisp/progmodes/xref-tests.el
index c25bbd94775..66099dc110c 100644
--- a/test/lisp/progmodes/xref-tests.el
+++ b/test/lisp/progmodes/xref-tests.el
@@ -156,3 +156,5 @@
(cl-every (lambda (e1 e2)
(string-match-p e1 e2))
expected actual)))))
+
+;;; xref-tests.el ends here