emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp c39fad9 2/6: * test/src/comp-tests.el (comp-tests-bo


From: Andrea Corallo
Subject: feature/native-comp c39fad9 2/6: * test/src/comp-tests.el (comp-tests-bootstrap): Temp fix bootstrap test.
Date: Sat, 12 Dec 2020 10:47:06 -0500 (EST)

branch: feature/native-comp
commit c39fad909cf9720626d310618cfdeae2ccf330ba
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * test/src/comp-tests.el (comp-tests-bootstrap): Temp fix bootstrap test.
---
 test/src/comp-tests.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index c2af52e..e73fc65 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -56,8 +56,9 @@
   "Compile the compiler and load it to compile it-self.
 Check that the resulting binaries do not differ."
   :tags '(:expensive-test :nativecomp)
-  (let* ((comp-src (concat comp-test-directory
-                           "../../lisp/emacs-lisp/comp.el"))
+  (let* ((byte-native-for-bootstrap t) ; FIXME HACK
+         (comp-src (concat comp-test-directory
+                              "../../lisp/emacs-lisp/comp.el"))
          (comp1-src (make-temp-file "stage1-" nil ".el"))
          (comp2-src (make-temp-file "stage2-" nil ".el"))
          ;; Can't use debug symbols.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]