diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/alloc-tests.el | 2 | ||||
| -rw-r--r-- | 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 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. |