diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-24 01:08:56 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-24 01:08:56 -0400 |
commit | 4f2c7bb5cf6828eb710fd18b603828ab295d0fa5 (patch) | |
tree | 3d211ff0dfa90421674814ae64265f9f551987dd /src/clojure/contrib/load_all.clj | |
parent | 17e6a5c17a9f0577f749632b81e3900a383405c6 (diff) |
gtic: move clojure tests and supporting libraries into clojure repos
Diffstat (limited to 'src/clojure/contrib/load_all.clj')
-rw-r--r-- | src/clojure/contrib/load_all.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/load_all.clj b/src/clojure/contrib/load_all.clj index d72bd5d6..ff617a36 100644 --- a/src/clojure/contrib/load_all.clj +++ b/src/clojure/contrib/load_all.clj @@ -22,7 +22,7 @@ ;; errors, not that they work correctly. If the libraries have tests ;; defined using test-is, you can run them with: ;; -;; (clojure.contrib.test-is/run-all-tests) +;; (clojure.test/run-all-tests) ;; ;; If you write a new lib, please add it to the list in this file. |