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:
parent
b8f4307472
commit
c52ef7ec4b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue