diff options
| author | Stefan Kangas | 2023-08-16 21:34:11 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-08-16 21:34:11 +0200 |
| commit | 508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115 (patch) | |
| tree | a7f6ddfec5d264d00d2e275f1b49febaf0d896b0 /test/src | |
| parent | d96dd127e392d05c2753908661d27760cedd5d2d (diff) | |
| download | emacs-508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115.tar.gz emacs-508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115.zip | |
; Silence byte-compiler
* test/src/comp-tests.el (native-comp-eln-load-path): Declare.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index 2fd70585628..4444ab61219 100644 --- a/test/src/comp-tests.el +++ b/test/src/comp-tests.el | |||
| @@ -64,6 +64,7 @@ | |||
| 64 | 64 | ||
| 65 | 65 | ||
| 66 | 66 | ||
| 67 | (defvar native-comp-eln-load-path) | ||
| 67 | (ert-deftest comp-tests-bootstrap () | 68 | (ert-deftest comp-tests-bootstrap () |
| 68 | "Compile the compiler and load it to compile it-self. | 69 | "Compile the compiler and load it to compile it-self. |
| 69 | Check that the resulting binaries do not differ." | 70 | Check that the resulting binaries do not differ." |