X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftest.lisp;h=982c176f068bd057eba71d65f62f177453a609bd;hb=c820f4eaa2e95782018ebfc3cf45b85c72d6c978;hp=f9377cfb976f5946373e6bf2ca68c8bf29d625a1;hpb=ebf1d93971db80410bb860338eb6f79b9de68b23;p=fiveam.git diff --git a/src/test.lisp b/src/test.lisp index f9377cf..982c176 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -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)))