1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

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.
This commit is contained in:
Lars Ingebrigtsen 2022-02-20 17:42:21 +01:00
parent b8f4307472
commit c52ef7ec4b

View file

@ -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)