aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2023-08-16 21:34:11 +0200
committerStefan Kangas2023-08-20 20:05:26 +0200
commit45cc57ac258690137be50ff624a2318bd31d377a (patch)
treee7ef661f747966d261de7652089c77b3bbd23df5 /test
parent3296031ad74f8cdc9638ae948b5372a81a43a2d1 (diff)
downloademacs-45cc57ac258690137be50ff624a2318bd31d377a.tar.gz
emacs-45cc57ac258690137be50ff624a2318bd31d377a.zip
; Silence byte-compiler
* test/src/comp-tests.el (native-comp-eln-load-path): Declare. (cherry picked from commit 508d24c8b9aee2c2a4c78ccfef3b5f551a1b2115)
Diffstat (limited to 'test')
-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 0e36a3c9190..509aadec232 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -62,6 +62,7 @@
62 62
63 63
64 64
65(defvar native-comp-eln-load-path)
65(ert-deftest comp-tests-bootstrap () 66(ert-deftest comp-tests-bootstrap ()
66 "Compile the compiler and load it to compile it-self. 67 "Compile the compiler and load it to compile it-self.
67Check that the resulting binaries do not differ." 68Check that the resulting binaries do not differ."