]> git.eshelyaron.com Git - emacs.git/commitdiff
Update file headers for name change.
authorPhillip Lord <phillip.lord@russet.org.uk>
Sun, 29 Nov 2015 10:05:07 +0000 (10:05 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Mon, 30 Nov 2015 21:32:31 +0000 (21:32 +0000)
 * (test/src/decompress-tests.el, test/src/alloc-tests.el): Update headers.

test/src/alloc-tests.el
test/src/decompress-tests.el

index 218df05e42614eca26694e031238f766c7044dce..c0fe0f33cb9eb58ba63ab890d94d0319a1d1c210 100644 (file)
@@ -1,4 +1,4 @@
-;;; finalizer-tests.el --- Finalizer tests -*- lexical-binding: t -*-
+;;; alloc-tests.el --- alloc tests -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
index c6c084dd69f8e76a9755e1749340eef45bb08787..1eea673121cf4bbc97a0366c9fc5baef7e803a51 100644 (file)
@@ -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.