aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPhilipp Stephani2021-04-18 22:05:59 +0200
committerPhilipp Stephani2021-04-18 22:05:59 +0200
commit454fd3978203447937a16dd65af21c831f4713e6 (patch)
tree84d8193124ad3c86828cf87f5a846797b5f8493b /test
parent652b0f4c7453e6d440fec767336ca85aec13e33d (diff)
downloademacs-454fd3978203447937a16dd65af21c831f4713e6.tar.gz
emacs-454fd3978203447937a16dd65af21c831f4713e6.zip
; * test/lisp/progmodes/xref-tests.el: Add footer.
Diffstat (limited to 'test')
-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 @@
156 (cl-every (lambda (e1 e2) 156 (cl-every (lambda (e1 e2)
157 (string-match-p e1 e2)) 157 (string-match-p e1 e2))
158 expected actual))))) 158 expected actual)))))
159
160;;; xref-tests.el ends here