]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix comp-cstr tests for vanilla build (bug#48021)
authorAndrea Corallo <akrl@sdf.org>
Mon, 26 Apr 2021 14:49:22 +0000 (16:49 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 26 Apr 2021 14:52:10 +0000 (16:52 +0200)
* 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

index 2e4628522f48914d9cd832560f8e23194b442cb0..d45a3e5fafd2f2ba3bf72cf730d2a2a6e0a35b05 100644 (file)
@@ -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)