aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/vc/diff-mode-tests.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el
index 3887afb59b9..807a411fa5d 100644
--- a/test/lisp/vc/diff-mode-tests.el
+++ b/test/lisp/vc/diff-mode-tests.el
@@ -18,6 +18,10 @@
18;; You should have received a copy of the GNU General Public License 18;; You should have received a copy of the GNU General Public License
19;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 19;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20 20
21;;; Code:
22
23(require 'diff-mode)
24
21 25
22(ert-deftest diff-mode-test-ignore-trailing-dashes () 26(ert-deftest diff-mode-test-ignore-trailing-dashes ()
23 "Check to make sure we successfully ignore trailing -- made by 27 "Check to make sure we successfully ignore trailing -- made by