summaryrefslogtreecommitdiff
path: root/test/lisp/mail/rfc2045-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/mail/rfc2045-tests.el')
-rw-r--r--test/lisp/mail/rfc2045-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/mail/rfc2045-tests.el b/test/lisp/mail/rfc2045-tests.el
index 844b16a1d93..edd7a88c69e 100644
--- a/test/lisp/mail/rfc2045-tests.el
+++ b/test/lisp/mail/rfc2045-tests.el
@@ -24,6 +24,7 @@
;;; Code:
(require 'ert)
+(require 'rfc2045)
(ert-deftest rfc2045-test-encode-string ()
(should (equal (rfc2045-encode-string "foo" "bar") "foo=bar"))