diff options
| -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) |