Don't signal a warning when the old TEST macro is used
authorStelian Ionescu <sionescu@cddr.org>
Thu, 24 Jan 2013 21:49:34 +0000 (22:49 +0100)
committerStelian Ionescu <sionescu@cddr.org>
Thu, 24 Jan 2013 21:49:34 +0000 (22:49 +0100)
src/test.lisp

index f9377cf..982c176 100644 (file)
@@ -57,8 +57,6 @@ depending on another.
 FIXTURE specifies a fixture to wrap the body in.
 
 If PROFILE is T profiling information will be collected as well."
-  (simple-style-warning "~A is OBSOLETE! Use ~A instead."
-                        'test 'def-test)
   (destructuring-bind (name &rest args)
       (ensure-list name)
     `(def-test ,name (,@args) ,@body)))