aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-04-29 22:11:28 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-04-29 22:11:28 +0200
commit39bea860f926a663f491b1547c271459244f073e (patch)
tree7e304d2ad66424d5e718d8b706a886a43e5f3bb6
parent8b3b341d0480916995c6fde85c7862d489cd0632 (diff)
tests: Update metadata
These changes have been made to libraries over time, but because test files are not library, the tools that were used to make these changes to libraries, skipped this file.
-rw-r--r--test/magit-tests.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/magit-tests.el b/test/magit-tests.el
index f2d67f8..b6b7a94 100644
--- a/test/magit-tests.el
+++ b/test/magit-tests.el
@@ -1,6 +1,6 @@
;;; magit-tests.el --- Tests for Magit -*- lexical-binding:t; coding:utf-8 -*-
-;; Copyright (C) 2008-2023 The Magit Project Contributors
+;; Copyright (C) 2008-2024 The Magit Project Contributors
;; SPDX-License-Identifier: GPL-3.0-or-later
@@ -494,9 +494,6 @@ Recent commits\n[[:xdigit:]]\\{7,\\} master dummy\\'"
(cl-letf (((symbol-function 'char-displayable-p) (lambda (_) nil)))
(should (equal (magit--ellipsis 'foo) (magit--ellipsis))))))
-;;; magit-tests.el ends soon
+;;; _
(provide 'magit-tests)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; End:
;;; magit-tests.el ends here