emacs-diffs
[Top][All Lists]
Advanced

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

master c52ef7ec4b: Adjust doc-tests-documentation/autoloaded-macro


From: Lars Ingebrigtsen
Subject: master c52ef7ec4b: Adjust doc-tests-documentation/autoloaded-macro
Date: Sun, 20 Feb 2022 11:42:34 -0500 (EST)

branch: master
commit c52ef7ec4ba26fde796e96124dffcc57aa6445b1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 8dabba9035..ee4f02347e 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)



reply via email to

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