diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-23 12:22:49 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-23 12:22:49 -0400 |
commit | 6b763062af9568c1b069d5f86c8d5481a3fdfeea (patch) | |
tree | f83f33e12cd5eb07244563eb5ccd2d08c4db8eb1 /src/clojure/contrib/test_contrib.clj | |
parent | 07eef46b22f27a61784c11be03ff0159fac50b38 (diff) | |
parent | 835bfe2a02c70c150f2354f8ef9e866f3e2fd180 (diff) |
Merge branch 'master' of git@github.com:richhickey/clojure-contrib
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index 17f3e0e9..d7b2597b 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -20,7 +20,7 @@ [: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]) + :test-trace :test-jmx :java-utils]) (def test-namespaces (map #(symbol (str "clojure.contrib.test-contrib." (name %))) |