Convert all tests to done_testing.
[gitmo/Moose.git] / t / 050_metaclasses / 015_metarole.t
index 5cd2dd7..2020949 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use lib 't/lib', 'lib';
 
-use Test::More tests => 91;
+use Test::More;
 use Test::Exception;
 
 use Moose::Util::MetaRole;
@@ -665,3 +665,5 @@ TODO:
         );
     }
 }
+
+done_testing;