aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-02-20 17:42:21 +0100
committerLars Ingebrigtsen2022-02-20 17:42:21 +0100
commitc52ef7ec4ba26fde796e96124dffcc57aa6445b1 (patch)
treee3d213bdff3a684125955e7b59257a17529e9441 /test/src
parentb8f430747291d77e27a7b86977a07327f96b072c (diff)
downloademacs-c52ef7ec4ba26fde796e96124dffcc57aa6445b1.tar.gz
emacs-c52ef7ec4ba26fde796e96124dffcc57aa6445b1.zip
Adjust doc-tests-documentation/autoloaded-macro
* test/src/doc-tests.el (doc-tests-documentation/autoloaded-macro): Adjust test -- rx is loaded in nativecomp Emacsen when the tests are run, apparently.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/doc-tests.el4
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)