From 357eb8d933f20a9e868d798a3cd4feb8536b1948 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Sep 2022 15:31:36 -0500 Subject: [PATCH] Fix comp-tests.el problem after reconfiguring * test/src/comp-tests.el: Do not byte-compile, as the .elc file would be machine-dependent (bug#51104). --- test/src/comp-tests.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 1b239cec79..a5f33069e0 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el @@ -1472,4 +1472,8 @@ comp-tests-cond-rw-checker-type (equal (comp-mvar-typeset mvar) comp-tests-cond-rw-expected-type)))))))) +;; Local Variables: +;; no-byte-compile: t +;; End: + ;;; comp-tests.el ends here -- 2.37.2