aboutsummaryrefslogtreecommitdiffstats
path: root/test/oni-bookmark-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/oni-bookmark-test.el')
-rw-r--r--test/oni-bookmark-test.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/oni-bookmark-test.el b/test/oni-bookmark-test.el
index 32d0c77..5ccbbbb 100644
--- a/test/oni-bookmark-test.el
+++ b/test/oni-bookmark-test.el
@@ -2,8 +2,3 @@
"Test that oni-bookarks works."
(require 'bookmark)
(should (string-match "/data/" bookmark-default-file)))
-
-(ert-deftest oni-bookmark-test-autoloads ()
- "Test that `oni-bookmark' gets loaded automatically."
- (require 'bookmark)
- (should (featurep 'oni-bookmark)))