diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2009-08-21 14:31:58 -0400 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2009-08-21 14:31:58 -0400 |
commit | 5dbecc380cbb65afff33648325f1e3b44b535143 (patch) | |
tree | 2fbde73e938a6ad6ba5a2657631df513355900d5 /src/clojure/contrib/test_contrib.clj | |
parent | 61d9b320c3b4da071d64229eaf1a7b061b1e87e2 (diff) |
java_utils.clj: made as-str variadic like str, fixes #18
This commit also includes tests for this function.
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 %))) |