summaryrefslogtreecommitdiff
path: root/bog-tests.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-23 19:21:56 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-23 19:21:56 -0500
commitf80b43e7f01b7ec09fd1a3bcd98869fabc61a6f6 (patch)
tree315995c09fb126a8db3210d0579d0f734b6bd087 /bog-tests.el
parent0fbd2edef4b88216d230be5b2977666d8aec4e53 (diff)
downloadbog-f80b43e7f01b7ec09fd1a3bcd98869fabc61a6f6.tar.gz
Add missing require to tests
Diffstat (limited to 'bog-tests.el')
-rw-r--r--bog-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/bog-tests.el b/bog-tests.el
index ad139f9..ef9ca7f 100644
--- a/bog-tests.el
+++ b/bog-tests.el
@@ -22,6 +22,7 @@
(require 'ert)
(require 'org)
(require 'dash)
+(require 'cl)
(require 'bog)
;; Modified from magit-tests.el.