emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/tests-depend-on-source 6de0067 2/2: Update file he


From: Phillip Lord
Subject: [Emacs-diffs] feature/tests-depend-on-source 6de0067 2/2: Update file headers for name change.
Date: Sun, 29 Nov 2015 21:19:00 +0000

branch: feature/tests-depend-on-source
commit 6de00671e3ab6ff7eea0fe4c72b8d03d87a9a687
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Update file headers for name change.
    
     * (test/src/decompress-tests.el, test/src/alloc-tests.el): Update headers.
---
 test/src/alloc-tests.el      |    2 +-
 test/src/decompress-tests.el |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/src/alloc-tests.el b/test/src/alloc-tests.el
index 218df05..c0fe0f3 100644
--- a/test/src/alloc-tests.el
+++ b/test/src/alloc-tests.el
@@ -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.
 
diff --git a/test/src/decompress-tests.el b/test/src/decompress-tests.el
index c6c084d..1eea673 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]