diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-12-30 13:09:51 -0500 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-12-30 13:09:51 -0500 |
commit | f24f6412a1cee7015285856e5e4fc6ddc3974439 (patch) | |
tree | 6c54832dc5f72866f58b8010ef0c5cdbf451c11a /src/clojure/contrib/test_contrib.clj | |
parent | 3764e2e6a5b135b44c0b5971ad16c4eb230b2eba (diff) |
clean up temporary namespaces, fixes #54
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 724445e0..69b624a7 100644 --- a/src/clojure/contrib/test_contrib.clj +++ b/src/clojure/contrib/test_contrib.clj @@ -21,7 +21,7 @@ :pprint.cl-format :str-utils :shell-out :test-graph :test-dataflow :test-java-utils :test-lazy-seqs :test-trace :test-jmx :java-utils :mock-test :mock-test.test-adapter-test - :seq-utils-test]) + :seq-utils-test :with-ns-test]) (def test-namespaces (concat |