aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorPhillip Lord2015-11-29 10:05:07 +0000
committerPhillip Lord2015-11-30 21:32:31 +0000
commitf9ebad588a069bab2fde317f7470951acfec5363 (patch)
tree697c937c16bd99613944beb963ffc6fce2d4b028 /test/src
parent063985518f1092a9eb4b696aaec816ae9280f260 (diff)
downloademacs-f9ebad588a069bab2fde317f7470951acfec5363.tar.gz
emacs-f9ebad588a069bab2fde317f7470951acfec5363.zip
Update file headers for name change.
* (test/src/decompress-tests.el, test/src/alloc-tests.el): Update headers.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/alloc-tests.el2
-rw-r--r--test/src/decompress-tests.el6
2 files changed, 4 insertions, 4 deletions
diff --git a/test/src/alloc-tests.el b/test/src/alloc-tests.el
index 218df05e426..c0fe0f33cb9 100644
--- a/test/src/alloc-tests.el
+++ b/test/src/alloc-tests.el
@@ -1,4 +1,4 @@
1;;; finalizer-tests.el --- Finalizer tests -*- lexical-binding: t -*- 1;;; alloc-tests.el --- alloc tests -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015 Free Software Foundation, Inc.
4 4
diff --git a/test/src/decompress-tests.el b/test/src/decompress-tests.el
index c6c084dd69f..1eea673121c 100644
--- a/test/src/decompress-tests.el
+++ b/test/src/decompress-tests.el
@@ -1,4 +1,4 @@
1;;; zlib-tests.el --- Test suite for zlib. 1;;; decompress-tests.el --- Test suite for decompress.
2 2
3;; Copyright (C) 2013-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
4 4
@@ -40,6 +40,6 @@
40 (buffer-string)) 40 (buffer-string))
41 "foo\n")))) 41 "foo\n"))))
42 42
43(provide 'zlib-tests) 43(provide 'decompress-tests)
44 44
45;;; zlib-tests.el ends here. 45;;; decompress-tests.el ends here.