diff options
author | Philipp Stephani <phst@google.com> | 2021-04-18 22:05:59 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2021-04-18 22:05:59 +0200 |
commit | 454fd3978203447937a16dd65af21c831f4713e6 (patch) | |
tree | 84d8193124ad3c86828cf87f5a846797b5f8493b /test/lisp/progmodes/xref-tests.el | |
parent | 652b0f4c7453e6d440fec767336ca85aec13e33d (diff) | |
download | emacs-454fd3978203447937a16dd65af21c831f4713e6.tar.gz emacs-454fd3978203447937a16dd65af21c831f4713e6.tar.bz2 emacs-454fd3978203447937a16dd65af21c831f4713e6.zip |
; * test/lisp/progmodes/xref-tests.el: Add footer.
Diffstat (limited to 'test/lisp/progmodes/xref-tests.el')
-rw-r--r-- | test/lisp/progmodes/xref-tests.el | 2 |
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 |