From c52ef7ec4ba26fde796e96124dffcc57aa6445b1 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 20 Feb 2022 17:42:21 +0100 Subject: [PATCH] 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. --- test/src/doc-tests.el | 4 ++-- 1 file 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 @@ (ert-deftest doc-tests-documentation/autoloaded-macro () (skip-unless noninteractive) - (should (autoloadp (symbol-function 'rx))) - (should (stringp (documentation 'rx)))) ; See Bug#52969. + (should (autoloadp (symbol-function 'benchmark-run))) + (should (stringp (documentation 'benchmark-run)))) ; See Bug#52969. (ert-deftest doc-tests-documentation/autoloaded-defun () (skip-unless noninteractive) -- 2.39.5