summaryrefslogtreecommitdiff
path: root/test/src/decompress-tests.el
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2015-11-29 10:05:07 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2015-11-30 21:32:31 +0000
commitf9ebad588a069bab2fde317f7470951acfec5363 (patch)
tree697c937c16bd99613944beb963ffc6fce2d4b028 /test/src/decompress-tests.el
parent063985518f1092a9eb4b696aaec816ae9280f260 (diff)
downloademacs-f9ebad588a069bab2fde317f7470951acfec5363.tar.gz
Update file headers for name change.
* (test/src/decompress-tests.el, test/src/alloc-tests.el): Update headers.
Diffstat (limited to 'test/src/decompress-tests.el')
-rw-r--r--test/src/decompress-tests.el6
1 files changed, 3 insertions, 3 deletions
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 @@
-;;; zlib-tests.el --- Test suite for zlib.
+;;; decompress-tests.el --- Test suite for decompress.
;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
@@ -40,6 +40,6 @@
(buffer-string))
"foo\n"))))
-(provide 'zlib-tests)
+(provide 'decompress-tests)
-;;; zlib-tests.el ends here.
+;;; decompress-tests.el ends here.