aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorAaron Bedra and Stuart Halloway <pair@thinkrelevance.com>2009-08-23 15:01:31 -0400
committerAaron Bedra and Stuart Halloway <pair@thinkrelevance.com>2009-08-23 15:01:31 -0400
commitb70cba0c656586836a3c951079012cd9d371fa40 (patch)
tree5978f88adabee605391e817890fe337e95c39bc7 /src/clojure/contrib/test_contrib.clj
parent0b8b47631efe950df74d17d8f410eb8196342359 (diff)
add seq-utils/positions
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj
index 13498076..8402b7ba 100644
--- a/src/clojure/contrib/test_contrib.clj
+++ b/src/clojure/contrib/test_contrib.clj
@@ -20,7 +20,8 @@
[:complex-numbers :fnmap :macro-utils :monads :pprint.pretty
:pprint.cl-format :str-utils :shell-out :test-graph
:test-dataflow :test-java-utils :test-lazy-seqs
- :test-trace :test-jmx :java-utils :expect-test :expect-test.test-adapter-test])
+ :test-trace :test-jmx :java-utils :expect-test :expect-test.test-adapter-test
+ :seq-utils-test])
(def test-namespaces
(map #(symbol (str "clojure.contrib.test-contrib." (name %)))