aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/clojure/clojure/contrib/test_is.clj5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/clojure/clojure/contrib/test_is.clj b/src/main/clojure/clojure/contrib/test_is.clj
index cffe4350..a1b0d8f9 100644
--- a/src/main/clojure/clojure/contrib/test_is.clj
+++ b/src/main/clojure/clojure/contrib/test_is.clj
@@ -11,9 +11,10 @@
;; agreeing to be bound by the terms of this license. You must not
;; remove this notice, or any other, from this software.
+;; DEPRECATED in 1.2: Moved to clojure.test
-
-(ns ^{:doc "Backwards-compatibility for clojure.contrib.test-is
+(ns ^{:deprecated "1.2"
+ :doc "Backwards-compatibility for clojure.contrib.test-is
The clojure.contrib.test-is library moved from Contrib into the
Clojure distribution as clojure.test.