diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-25 22:19:00 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-25 22:19:00 -0400 |
commit | 82cf0409d0fcb71be477ebfc4da18ee2128a2ad1 (patch) | |
tree | d150d6e182e693bffb735604c473b7f7dc051fed /src/clojure/contrib/test_contrib/macro_utils.clj | |
parent | f9b111c67752220c9d45a7d6ef22c6eecf400c87 (diff) | |
parent | 4f2c7bb5cf6828eb710fd18b603828ab295d0fa5 (diff) |
Merge commit 'stuart/gtic'
Diffstat (limited to 'src/clojure/contrib/test_contrib/macro_utils.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib/macro_utils.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib/macro_utils.clj b/src/clojure/contrib/test_contrib/macro_utils.clj index 01c64678..ac1ced06 100644 --- a/src/clojure/contrib/test_contrib/macro_utils.clj +++ b/src/clojure/contrib/test_contrib/macro_utils.clj @@ -12,7 +12,7 @@ ;; remove this notice, or any other, from this software. (ns clojure.contrib.test-contrib.macro-utils - (:use [clojure.contrib.test-is :only (deftest is are run-tests use-fixtures)] + (:use [clojure.test :only (deftest is are run-tests use-fixtures)] [clojure.contrib.macro-utils :only (macrolet symbol-macrolet defsymbolmacro with-symbol-macros mexpand-1 mexpand mexpand-all)] |