aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helpful-unit-test.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/helpful-unit-test.el b/test/helpful-unit-test.el
index 544ef00..8c55980 100644
--- a/test/helpful-unit-test.el
+++ b/test/helpful-unit-test.el
@@ -971,11 +971,12 @@ find the source code."
(goto-char (point-min))
(push-button))))
-(ert-deftest helpful--autoloaded-p ()
- (-let [(buf pos opened) (helpful--definition 'rx-to-string t)]
- (should (helpful--autoloaded-p 'rx-to-string buf))
- (when opened
- (kill-buffer buf))))
+;; TODO: broken when byte-compiling helpful.el.
+;; (ert-deftest helpful--autoloaded-p ()
+;; (-let [(buf pos opened) (helpful--definition 'rx-to-string t)]
+;; (should (helpful--autoloaded-p 'rx-to-string buf))
+;; (when opened
+;; (kill-buffer buf))))
(ert-deftest helpful--inhibit-read-only ()
(helpful-variable 'inhibit-read-only)