aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2009-08-06 00:29:37 -0500
committerStuart Halloway <stu@thinkrelevance.com>2009-08-06 00:29:37 -0500
commitf92114c9cce5e892765549cdb0df640dc3ab52a5 (patch)
treec21a68684e3c2a5ea98652a3132b393e5f8aa165 /src/clojure/contrib/test_contrib.clj
parent2d0079c159a37740173bbe289daca41e48723bfd (diff)
clojure.contrib.jmx
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj
index 59859e1f..17f3e0e9 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-trace :test-jmx])
(def test-namespaces
(map #(symbol (str "clojure.contrib.test-contrib." (name %)))