summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-30 17:09:37 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-30 17:12:18 -0300
commit54933ddd2bd1ca92fb10c3ac49e0b284278df0e3 (patch)
treee1707abbc320b100b6de0f905dd4beb0190b9ba1 /test
parent1e95f720c31520d36d01afb291af6bd074038891 (diff)
Move dictionary manipulation to its own file, nrepl-dict.el
A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.
Diffstat (limited to 'test')
-rw-r--r--test/nrepl-dict-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nrepl-dict-tests.el b/test/nrepl-dict-tests.el
index 5b0a5c3a..787dbe9a 100644
--- a/test/nrepl-dict-tests.el
+++ b/test/nrepl-dict-tests.el
@@ -28,7 +28,7 @@
;;; Code:
(require 'buttercup)
-(require 'nrepl-client)
+(require 'nrepl-dict)
(describe "nrepl-dict-merge"
:var (input)