diff options
| author | Paul Eggert | 2022-09-12 15:31:36 -0500 |
|---|---|---|
| committer | Paul Eggert | 2022-09-12 15:32:09 -0500 |
| commit | 5abcc2fc679cc256b4fe5fe300cc67fd205aaf26 (patch) | |
| tree | ab021a1f65c99a04f00e98b821635e058c46e037 /test/src | |
| parent | 5e6a7a210bbb92b7f4c94b5765297fd814362338 (diff) | |
| download | emacs-5abcc2fc679cc256b4fe5fe300cc67fd205aaf26.tar.gz emacs-5abcc2fc679cc256b4fe5fe300cc67fd205aaf26.zip | |
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).
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 1b239cec795..a5f33069e01 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el | |||
| @@ -1472,4 +1472,8 @@ 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 | ;; Local Variables: | ||
| 1476 | ;; no-byte-compile: t | ||
| 1477 | ;; End: | ||
| 1478 | |||
| 1475 | ;;; comp-tests.el ends here | 1479 | ;;; comp-tests.el ends here |