aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bedra and Stuart Halloway <pair@clojure.com>2010-07-23 13:25:14 -0400
committerAaron Bedra and Stuart Halloway <pair@clojure.com>2010-07-23 13:25:14 -0400
commit25d3316706bfbaa75498b4d0bca8f696a328fb3d (patch)
treee735bf3c5a5680b3b916ed175059b7679d0ce87e
parent62078f31f425a0bf4be6508a51ac1fa8ce09ea51 (diff)
deprecated test-is
-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.