aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Kangas2023-08-16 21:34:11 +0200
committerStefan Kangas2023-08-16 21:34:11 +0200
commit508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115 (patch)
treea7f6ddfec5d264d00d2e275f1b49febaf0d896b0 /test/src
parentd96dd127e392d05c2753908661d27760cedd5d2d (diff)
downloademacs-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.el1
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.
69Check that the resulting binaries do not differ." 70Check that the resulting binaries do not differ."