X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftest.lisp;h=b5e590a0b519c38ac370e9911e739af507a166a1;hb=b73b69718c49a7e5c666bab225cc0843d7c7aadb;hp=e874dc850a7e7d3242bf903a5914d8a39b437236;hpb=526421d21a514dfbd190ae5956cbbb95035c0dc2;p=fiveam.git diff --git a/src/test.lisp b/src/test.lisp index e874dc8..b5e590a 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -40,8 +40,7 @@ named KEY in the *TEST* hash table." collect test)) (defmacro test (name &body body) - "Deprecated. See DEF-TEST." - (simple-style-warning "~A is OBSOLETE! Use ~A instead." 'test 'def-test) + "Alias for DEF-TEST." (destructuring-bind (name &rest args) (ensure-list name) `(def-test ,name (,@args) ,@body)))