diff options
| author | Lars Ingebrigtsen | 2020-12-11 23:18:01 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-12-11 23:18:01 +0100 |
| commit | 3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5 (patch) | |
| tree | e9a367d7e457763b7c62e62db0d018b772fc4b4e | |
| parent | 70f7f0b1fd6576752f4cfef8f2e597f3e8a56123 (diff) | |
| download | emacs-3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5.tar.gz emacs-3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5.zip | |
Fix copyright line
| -rw-r--r-- | test/lisp/emacs-lisp/memory-report-tests.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/lisp/emacs-lisp/memory-report-tests.el b/test/lisp/emacs-lisp/memory-report-tests.el index 01bcf18423a..b67ec6c0103 100644 --- a/test/lisp/emacs-lisp/memory-report-tests.el +++ b/test/lisp/emacs-lisp/memory-report-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; memory-report-tests.el --- tests for memory-report.el -*- lexical-binding: t -*- | 1 | ;;; memory-report-tests.el --- tests for memory-report.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -21,6 +21,9 @@ | |||
| 21 | (require 'memory-report) | 21 | (require 'memory-report) |
| 22 | 22 | ||
| 23 | (defun setup-memory-report-tests () | 23 | (defun setup-memory-report-tests () |
| 24 | ;; Set the sizes on things based on a 64-bit architecture. (We're | ||
| 25 | ;; hard-coding this to be able to write simple tests that'll work on | ||
| 26 | ;; all architectures.) | ||
| 24 | (memory-report--set-size | 27 | (memory-report--set-size |
| 25 | '((conses 16 499173 99889) | 28 | '((conses 16 499173 99889) |
| 26 | (symbols 48 22244 3) | 29 | (symbols 48 22244 3) |