aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2020-08-16 20:44:56 +0200
committerAndrea Corallo2020-08-16 20:44:56 +0200
commitdf1c314365612878d6cd7f08c8916970cfa6db98 (patch)
tree612b82711393383418b673b5135b18d50e963083
parentaa644a7e9e085ad9838fcdfc01950fdb55a952e7 (diff)
downloademacs-scratch/native-comp-eln-caches.tar.gz
emacs-scratch/native-comp-eln-caches.zip
* test/src/comp-tests.el (comp-tests-bootstrap): Fix test for new eln setup.scratch/native-comp-eln-caches
-rw-r--r--test/src/comp-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index 092504565a6..33b307b1c6e 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -54,7 +54,8 @@ Check that the resulting binaries do not differ."
54 (comp-debug 0)) 54 (comp-debug 0))
55 (copy-file comp-src comp1-src t) 55 (copy-file comp-src comp1-src t)
56 (copy-file comp-src comp2-src t) 56 (copy-file comp-src comp2-src t)
57 (load (concat comp-src "c") nil nil t t) 57 (let ((load-no-native t))
58 (load (concat comp-src "c") nil nil t t))
58 (should-not (subr-native-elisp-p (symbol-function #'native-compile))) 59 (should-not (subr-native-elisp-p (symbol-function #'native-compile)))
59 (message "Compiling stage1...") 60 (message "Compiling stage1...")
60 (let ((comp1-eln (native-compile comp1-src))) 61 (let ((comp1-eln (native-compile comp1-src)))