diff options
author | Glenn Morris <rgm@gnu.org> | 2017-04-27 21:19:47 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-04-27 21:19:47 -0700 |
commit | 0295068d0526f6f16aca1164e8d0d77265d845c6 (patch) | |
tree | 867e7fb93b52e0b70367619acd89dc0815baa225 /test/lisp/auth-source-pass-tests.el | |
parent | 91c05a5bd38b51ff8314ad50e00d047095a9b5ed (diff) | |
download | emacs-0295068d0526f6f16aca1164e8d0d77265d845c6.tar.gz emacs-0295068d0526f6f16aca1164e8d0d77265d845c6.tar.bz2 emacs-0295068d0526f6f16aca1164e8d0d77265d845c6.zip |
* test/lisp/auth-source-pass-tests.el: Fix loading of cl-lib.
Diffstat (limited to 'test/lisp/auth-source-pass-tests.el')
-rw-r--r-- | test/lisp/auth-source-pass-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/auth-source-pass-tests.el b/test/lisp/auth-source-pass-tests.el index 0f42339c676..689fed3f3f5 100644 --- a/test/lisp/auth-source-pass-tests.el +++ b/test/lisp/auth-source-pass-tests.el @@ -29,7 +29,7 @@ (require 'auth-source-pass) -(eval-when-compile (require 'cl-macs)) +(eval-when-compile (require 'cl-lib)) (ert-deftest auth-source-pass-parse-simple () (let ((content "pass\nkey1:val1\nkey2:val2\n")) |