aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/comp-tests.el
diff options
context:
space:
mode:
authorVibhav Pant2020-08-21 14:04:35 +0530
committerVibhav Pant2020-08-21 14:04:35 +0530
commitf0f8d7b82492e741950c363a03b886965c91b1b0 (patch)
tree19b716830b1ebabc0d7d75949c4e6800c0f104ad /test/src/comp-tests.el
parent9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff)
parentc818c29771d3cb51875643b2f6c894073e429dd2 (diff)
downloademacs-feature/native-comp-macos-fixes.tar.gz
emacs-feature/native-comp-macos-fixes.zip
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'test/src/comp-tests.el')
-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)))