summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/gdb-mi-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/gdb-mi-tests.el')
-rw-r--r--test/lisp/progmodes/gdb-mi-tests.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/progmodes/gdb-mi-tests.el b/test/lisp/progmodes/gdb-mi-tests.el
index ab482214afb..d66df961b63 100644
--- a/test/lisp/progmodes/gdb-mi-tests.el
+++ b/test/lisp/progmodes/gdb-mi-tests.el
@@ -17,6 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
+;;; Code:
+
(require 'ert)
(require 'gdb-mi)
@@ -44,3 +46,5 @@
)
(provide 'gdb-mi-tests)
+
+;;; gdb-mi-tests.el ends here