From c39fad909cf9720626d310618cfdeae2ccf330ba Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 12 Dec 2020 16:26:17 +0100 Subject: [PATCH] * 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 c2af52e4cab..e73fc652d62 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. -- 2.39.5