summaryrefslogtreecommitdiff
path: root/test/cider-error-parsing-tests.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-25 12:15:39 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-25 12:15:39 +0300
commit0758f72cdf5596052717b7d048517325fd9188dd (patch)
treee33ad4c8d7ac18059d857047acd5f0b8cf5ebed5 /test/cider-error-parsing-tests.el
parentcb581f39be1c0cbfbf3c9b010659043e0756800e (diff)
Use a more specific require in a test
No need to load the entire CIDER to test just a single function.
Diffstat (limited to 'test/cider-error-parsing-tests.el')
-rw-r--r--test/cider-error-parsing-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cider-error-parsing-tests.el b/test/cider-error-parsing-tests.el
index ce137f49..299d47b3 100644
--- a/test/cider-error-parsing-tests.el
+++ b/test/cider-error-parsing-tests.el
@@ -27,7 +27,7 @@
;;; Code:
-(require 'cider)
+(require 'cider-eval)
(require 'buttercup)
(describe "cider-extract-error-info"