Convert all tests to done_testing.
[gitmo/Class-MOP.git] / t / 500_deprecated.t
index 3f1337d..199c9ba 100755 (executable)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 7;
+use Test::More;
 use Test::Exception;
 
 use Carp;
@@ -82,3 +82,5 @@ $SIG{__WARN__} = \&croak;
         'get_method_map returns expected methods'
     );
 }
+
+done_testing;