]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/mail/rfc2045-tests.el: Make it work.
authorGlenn Morris <rgm@gnu.org>
Sun, 26 Apr 2020 23:47:04 +0000 (16:47 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 26 Apr 2020 23:47:04 +0000 (16:47 -0700)
test/lisp/mail/rfc2045-tests.el

index 844b16a1d936ff2d42f170ea93ada33fb49398f4..edd7a88c69ebca7c04934017b502db49aa71edb4 100644 (file)
@@ -24,6 +24,7 @@
 ;;; Code:
 
 (require 'ert)
+(require 'rfc2045)
 
 (ert-deftest rfc2045-test-encode-string ()
   (should (equal (rfc2045-encode-string "foo" "bar") "foo=bar"))