diff --git a/test/lisp/progmodes/cc-mode.el b/test/lisp/progmodes/cc-mode-tests.el similarity index 96% rename from test/lisp/progmodes/cc-mode.el rename to test/lisp/progmodes/cc-mode-tests.el index 6cd9fa4bad5..62e0a738fbd 100644 --- a/test/lisp/progmodes/cc-mode.el +++ b/test/lisp/progmodes/cc-mode-tests.el @@ -1,4 +1,4 @@ -;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binning: t -*- +;;; cc-mode-tests.el --- Test suite for cc-mode. -*- lexical-binding: t; -*- ;; Copyright (C) 2016 Free Software Foundation, Inc. @@ -21,6 +21,11 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . + +;;; Commentary: + +;; Unit tests for cc-mode.el. + ;;; Code: (require 'ert) @@ -63,3 +68,5 @@ '("struct \t Blah_42 \t {" "struct template {" "#include "))))) + +;;; cc-mode-tests.el ends here