diff options
| author | Andrea Corallo | 2020-03-29 10:51:12 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2020-03-29 12:30:33 +0100 |
| commit | 89cbff32e41771a64ba62e449ec797d55f86f15c (patch) | |
| tree | 1e5500fc779c44db8c3f59f58f77af6cbd3d62a5 /test/src | |
| parent | 3c5e3ca2badeda8637e84586eace6ba619f0110a (diff) | |
| download | emacs-89cbff32e41771a64ba62e449ec797d55f86f15c.tar.gz emacs-89cbff32e41771a64ba62e449ec797d55f86f15c.zip | |
* test/src/comp-tests.el (comp-tests-doc): Fix
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/comp-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/comp-tests.el b/test/src/comp-tests.el index e4b7a066cc0..c4f46b63dda 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." | |||
| 308 | (ert-deftest comp-tests-doc () | 308 | (ert-deftest comp-tests-doc () |
| 309 | (should (string= (documentation #'comp-tests-doc-f) | 309 | (should (string= (documentation #'comp-tests-doc-f) |
| 310 | "A nice docstring")) | 310 | "A nice docstring")) |
| 311 | (should (string= (symbol-file #'comp-tests-doc-f) | 311 | (should (string-match "\\.*.eln\\'" (symbol-file #'comp-tests-doc-f)))) |
| 312 | (concat comp-test-src "n")))) | ||
| 313 | 312 | ||
| 314 | (ert-deftest comp-test-interactive-form () | 313 | (ert-deftest comp-test-interactive-form () |
| 315 | (should (equal (interactive-form #'comp-test-interactive-form0-f) | 314 | (should (equal (interactive-form #'comp-test-interactive-form0-f) |