aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-09-24 12:01:44 +0300
committerEli Zaretskii2016-09-24 12:01:44 +0300
commitc5e71d574a22ab644801240badcfc63cdd9473e5 (patch)
treef35a05416b62ff19b4dc5a19df8cab9c60cd1d11
parent57b07f7a8aee17f1162a04ba5d9772bdf97c889f (diff)
downloademacs-c5e71d574a22ab644801240badcfc63cdd9473e5.tar.gz
emacs-c5e71d574a22ab644801240badcfc63cdd9473e5.zip
; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.
-rw-r--r--test/lisp/emacs-lisp/bytecomp-tests.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el b/test/lisp/emacs-lisp/bytecomp-tests.el
index 1e076a7a472..8847c1b59ea 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -1,4 +1,4 @@
1;;; bytecomp-testsuite.el 1;;; bytecomp-tests.el
2 2
3;; Copyright (C) 2008-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2008-2016 Free Software Foundation, Inc.
4 4
@@ -425,4 +425,5 @@ Subtests signal errors if something goes wrong."
425;; no-byte-compile: t 425;; no-byte-compile: t
426;; End: 426;; End:
427 427
428(provide 'byte-opt-testsuite) 428(provide 'bytecomp-tests)
429;; bytecomp-tests.el ends here.