Convert all tests to done_testing.
[gitmo/Class-MOP.git] / t / 049_metaclass_reinitialize.t
index 43815b0..a9c0e26 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 14;
+use Test::More;
 use Test::Exception;
 
 {
@@ -39,3 +39,5 @@ throws_ok {
 throws_ok {
     $meta->reinitialize($meta->new_object);
 } qr/You must pass a package name or an existing Class::MOP::Package instance/;
+
+done_testing;