aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/help-fns-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el
index bdd488de3f2..3359821b68f 100644
--- a/test/lisp/help-fns-tests.el
+++ b/test/lisp/help-fns-tests.el
@@ -24,8 +24,9 @@
24;;; Code: 24;;; Code:
25 25
26(require 'ert) 26(require 'ert)
27(require 'help-fns)
27 28
28(autoload 'help-fns-test--macro "help-fns" nil nil t) 29(autoload 'help-fns-test--macro "foo" nil nil t)
29 30
30 31
31;;; Several tests for describe-function 32;;; Several tests for describe-function