From e7930c85290f77815cdb00a60604feedfa2d0194 Mon Sep 17 00:00:00 2001 From: Aaron Bedra and Stuart Halloway Date: Fri, 23 Jul 2010 13:25:14 -0400 Subject: deprecated test-is --- src/main/clojure/clojure/contrib/test_is.clj | 5 +++-- 1 file 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. -- cgit v1.2.3-18-g5258