aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib/pprint/helper.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/test_contrib/pprint/helper.clj')
-rw-r--r--src/clojure/contrib/test_contrib/pprint/helper.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib/pprint/helper.clj b/src/clojure/contrib/test_contrib/pprint/helper.clj
index 9a4005d6..bf25ca61 100644
--- a/src/clojure/contrib/test_contrib/pprint/helper.clj
+++ b/src/clojure/contrib/test_contrib/pprint/helper.clj
@@ -14,7 +14,7 @@
;; This is just a macro to make my tests a little cleaner
(ns clojure.contrib.test-contrib.pprint.helper
- (:use [clojure.contrib.test-is :only (deftest are run-tests)]))
+ (:use [clojure.test :only (deftest are run-tests)]))
(defmacro simple-tests [name & test-pairs]
`(deftest ~name (are [x y] (= x y) ~@test-pairs)))