mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
Fix copyright line
This commit is contained in:
parent
70f7f0b1fd
commit
3ed3a33cb1
1 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
@ -21,6 +21,9 @@
|
||||||
(require 'memory-report)
|
(require 'memory-report)
|
||||||
|
|
||||||
(defun setup-memory-report-tests ()
|
(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
|
(memory-report--set-size
|
||||||
'((conses 16 499173 99889)
|
'((conses 16 499173 99889)
|
||||||
(symbols 48 22244 3)
|
(symbols 48 22244 3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue