emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 89cbff3 06/10: * test/src/comp-tests.el (comp-tests-


From: Andrea Corallo
Subject: feature/native-comp 89cbff3 06/10: * test/src/comp-tests.el (comp-tests-doc): Fix
Date: Sun, 29 Mar 2020 09:12:53 -0400 (EDT)

branch: feature/native-comp
commit 89cbff32e41771a64ba62e449ec797d55f86f15c
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * test/src/comp-tests.el (comp-tests-doc): Fix
---
 test/src/comp-tests.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el
index e4b7a06..c4f46b6 100644
--- a/test/src/comp-tests.el
+++ b/test/src/comp-tests.el
@@ -308,8 +308,7 @@ 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= (symbol-file #'comp-tests-doc-f)
-                   (concat comp-test-src "n"))))
+  (should (string-match "\\.*.eln\\'" (symbol-file #'comp-tests-doc-f))))
 
 (ert-deftest comp-test-interactive-form ()
   (should (equal (interactive-form #'comp-test-interactive-form0-f)



reply via email to

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