diff options
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. |