Skip to content

Commit

Permalink
Remove old clj-backtrace reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Jul 12, 2009
1 parent a77e0c3 commit 459f2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clj_stacktrace/core_test.clj
Expand Up @@ -52,7 +52,7 @@
(assert= (map second cases) (parse-trace-elems (map first cases))))

(deftest "trim-redundant"
(let [trim-fn (resolve 'clj-backtrace.core/trim-redundant)]
(let [trim-fn (resolve 'clj-stacktrace.core/trim-redundant)]
(assert= '(d c) (trim-fn '(d c b a) '(f e b a)))
(assert= '(c) (trim-fn '(c b a) '(f e b a)))
(assert= '(d c) (trim-fn '(d c b a) '(e b a)))))
Expand Down

0 comments on commit 459f2e5

Please sign in to comment.