summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-12-11 23:18:01 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2020-12-11 23:18:01 +0100
commit3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5 (patch)
treee9a367d7e457763b7c62e62db0d018b772fc4b4e /test/lisp/emacs-lisp
parent70f7f0b1fd6576752f4cfef8f2e597f3e8a56123 (diff)
downloademacs-3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5.tar.gz
emacs-3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5.tar.bz2
emacs-3ed3a33cb1ef92a290eeb934ba3dea33c3576ff5.zip
Fix copyright line
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r--test/lisp/emacs-lisp/memory-report-tests.el7
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 @@
-;;; memory-report-tests.el --- tests for memory-report.el -*- lexical-binding: t -*-
+;;; memory-report-tests.el --- tests for memory-report.el -*- lexical-binding: t -*-
-;; Copyright (C) 2016-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2020 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -21,6 +21,9 @@
(require 'memory-report)
(defun setup-memory-report-tests ()
+ ;; Set the sizes on things based on a 64-bit architecture. (We're
+ ;; hard-coding this to be able to write simple tests that'll work on
+ ;; all architectures.)
(memory-report--set-size
'((conses 16 499173 99889)
(symbols 48 22244 3)