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:
parent
5e6a7a210b
commit
5abcc2fc67
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue