diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/doc-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/doc-tests.el b/test/src/doc-tests.el index 8dabba90352..ee4f02347ec 100644 --- a/test/src/doc-tests.el +++ b/test/src/doc-tests.el | |||
| @@ -29,8 +29,8 @@ | |||
| 29 | 29 | ||
| 30 | (ert-deftest doc-tests-documentation/autoloaded-macro () | 30 | (ert-deftest doc-tests-documentation/autoloaded-macro () |
| 31 | (skip-unless noninteractive) | 31 | (skip-unless noninteractive) |
| 32 | (should (autoloadp (symbol-function 'rx))) | 32 | (should (autoloadp (symbol-function 'benchmark-run))) |
| 33 | (should (stringp (documentation 'rx)))) ; See Bug#52969. | 33 | (should (stringp (documentation 'benchmark-run)))) ; See Bug#52969. |
| 34 | 34 | ||
| 35 | (ert-deftest doc-tests-documentation/autoloaded-defun () | 35 | (ert-deftest doc-tests-documentation/autoloaded-defun () |
| 36 | (skip-unless noninteractive) | 36 | (skip-unless noninteractive) |