Don't signal a warning when the old TEST macro is used
[fiveam.git] / 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)))