diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-06 00:29:37 -0500 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-06 00:29:37 -0500 |
commit | f92114c9cce5e892765549cdb0df640dc3ab52a5 (patch) | |
tree | c21a68684e3c2a5ea98652a3132b393e5f8aa165 /src/clojure/contrib/test_contrib.clj | |
parent | 2d0079c159a37740173bbe289daca41e48723bfd (diff) |
clojure.contrib.jmx
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 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 %))) |