aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorEli Zaretskii2022-09-13 15:21:54 +0300
committerEli Zaretskii2022-09-13 15:21:54 +0300
commit83531a336db21364c53439ba1e9d6ee76db73efe (patch)
treeb71f63ee78160e50bcd387dc7813eff9f5943ab9 /test/src
parentdd22694421249ef071488c02192b724da1aa03cb (diff)
downloademacs-83531a336db21364c53439ba1e9d6ee76db73efe.tar.gz
emacs-83531a336db21364c53439ba1e9d6ee76db73efe.zip
; * test/src/comp-tests.el: Explain the last change.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/comp-tests.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index a5f33069e01..b85d365b0b0 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -1472,6 +1472,11 @@ folded."
1472 (equal (comp-mvar-typeset mvar) 1472 (equal (comp-mvar-typeset mvar)
1473 comp-tests-cond-rw-expected-type)))))))) 1473 comp-tests-cond-rw-expected-type))))))))
1474 1474
1475;; We don't want to byte compile this to avoid recording in the
1476;; bytecode the architecture-dependent values of most-positive-fixnum
1477;; and most-negative-fixnum, thus making the byte-compiled file
1478;; non-portable.
1479
1475;; Local Variables: 1480;; Local Variables:
1476;; no-byte-compile: t 1481;; no-byte-compile: t
1477;; End: 1482;; End: