]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2016 09:01:44 +0000 (12:01 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 Sep 2016 09:01:44 +0000 (12:01 +0300)
test/lisp/emacs-lisp/bytecomp-tests.el

index 1e076a7a472865bdeedc75d16e7e1188976de61c..8847c1b59ea1ad0dd0399bbe41aa544c6312a4b5 100644 (file)
@@ -1,4 +1,4 @@
-;;; bytecomp-testsuite.el
+;;; bytecomp-tests.el
 
 ;; Copyright (C) 2008-2016 Free Software Foundation, Inc.
 
@@ -425,4 +425,5 @@ Subtests signal errors if something goes wrong."
 ;; no-byte-compile: t
 ;; End:
 
-(provide 'byte-opt-testsuite)
+(provide 'bytecomp-tests)
+;; bytecomp-tests.el ends here.