From 34e83d23a46d52eaa53e566439d19c6529ae28e0 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 24 Jan 2013 22:49:34 +0100 Subject: [PATCH] Don't signal a warning when the old TEST macro is used --- src/test.lisp | 2 -- 1 file changed, 2 deletions(-) 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))) -- 1.7.10.4