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:26:57 -0400
commite7930c85290f77815cdb00a60604feedfa2d0194 (patch)
treec18618feed9eb2c85bad9d05b4da2d2a3623012a
parentc2645e31c941cf5c5b6f9fb9d4624e8ba8301af8 (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.