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).
This commit is contained in:
Paul Eggert 2022-09-12 15:31:36 -05:00
parent 5e6a7a210b
commit 5abcc2fc67

View file

@ -1472,4 +1472,8 @@ folded."
(equal (comp-mvar-typeset mvar)
comp-tests-cond-rw-expected-type))))))))
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; comp-tests.el ends here