]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/src/comp-tests.el (comp-tests-doc): Update test.
authorAndrea Corallo <akrl@sdf.org>
Sat, 29 Aug 2020 13:15:46 +0000 (15:15 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sat, 29 Aug 2020 14:08:03 +0000 (16:08 +0200)
test/src/comp-tests.el

index 33b307b1c6e16de61cdd9b39cf84a0198c6e632e..2a078be8cb05d6d4e668ae17735695b446b3a5a7 100644 (file)
@@ -322,7 +322,9 @@ Check that the resulting binaries do not differ."
 (ert-deftest comp-tests-doc ()
   (should (string= (documentation #'comp-tests-doc-f)
                    "A nice docstring"))
-  (should (string-match "\\.*.eln\\'" (symbol-file #'comp-tests-doc-f))))
+  ;; Check a preloaded function, we can't use `comp-tests-doc-f' now
+  ;; as this is loaded manually with no .elc.
+  (should (string-match "\\.*.elc\\'" (symbol-file #'error))))
 
 (ert-deftest comp-test-interactive-form ()
   (should (equal (interactive-form #'comp-test-interactive-form0-f)