Convert all tests to done_testing.
[gitmo/Class-MOP.git] / t / 302_modify_parent_method.t
index 734bcd4..c52f1a8 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More;
 use Test::Exception;
 
 use Class::MOP;
@@ -98,3 +98,4 @@ TODO: {
     );
 }
 
+done_testing;