bump version to 1.04
[gitmo/Class-MOP.git] / t / 072_immutable_w_constructors.t
index 906d359..21b2ce8 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 91;
+use Test::More;
 use Test::Exception;
 
 use Class::MOP;
@@ -297,3 +297,5 @@ use Class::MOP;
   ::is($buzz2->bah, undef, '...bah is undef');
 
 }
+
+done_testing;