Add a test count
[gitmo/Class-MOP.git] / t / 049_metaclass_reinitialize.t
index a9c0e26..43815b0 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More;
+use Test::More tests => 14;
 use Test::Exception;
 
 {
@@ -39,5 +39,3 @@ 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;