emacs-diffs
[Top][All Lists]
Advanced

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

master a390a49: * Fix comp-cstr tests for vanilla build (bug#48021)


From: Andrea Corallo
Subject: master a390a49: * Fix comp-cstr tests for vanilla build (bug#48021)
Date: Mon, 26 Apr 2021 10:52:59 -0400 (EDT)

branch: master
commit a390a4965f96d1c16a92c3c53fa2dbf41954bc4b
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Fix comp-cstr tests for vanilla build (bug#48021)
    
        * test/lisp/emacs-lisp/comp-cstr-tests.el (comp-ctxt): Fix tests
        for vanilla build (bug#48021)
---
 test/lisp/emacs-lisp/comp-cstr-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/emacs-lisp/comp-cstr-tests.el 
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index 2e46285..d45a3e5 100644
--- a/test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/test/lisp/emacs-lisp/comp-cstr-tests.el
@@ -29,6 +29,8 @@
 (require 'cl-lib)
 (require 'comp-cstr)
 
+(defvar comp-ctxt) ; So we can run these tests on non native compiled builds.
+
 (cl-eval-when (compile eval load)
 
   (defun comp-cstr-test-ts (type-spec)



reply via email to

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