aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/files-tests.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index 56150c1a7f0..479848abb23 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -1,4 +1,4 @@
1;;; files.el --- tests for file handling. 1;;; files-tests.el --- tests for files.el.
2 2
3;; Copyright (C) 2012-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2016 Free Software Foundation, Inc.
4 4
@@ -197,4 +197,5 @@ form.")
197 (setenv "FOO" foo-env) 197 (setenv "FOO" foo-env)
198 (setenv "BAR" bar-env)))) 198 (setenv "BAR" bar-env))))
199 199
200;;; files.el ends here 200(provide 'files-tests)
201;;; files-tests.el ends here