Skip to content

Commit

Permalink
Merge branch 'v0.10' of github.com:clojure-emacs/cider-nrepl into v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 5, 2016
2 parents 6161f9d + 4191159 commit b88a03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clj/cider/nrepl/middleware/stacktrace_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
(is (= "{:a {#}}\n"
(:data (analyze-cause (ex-info "" {:a {:b {:c {:d {:e nil}}}}}) nil 3)))))
(testing "compilation errors"
(is (re-find #"Error compiling: .* Unable to resolve symbol: not-defined in this context"
(is (re-find #"Unable to resolve symbol: not-defined in this context"
(:message (first causes3))))))

0 comments on commit b88a03e

Please sign in to comment.