Convert all tests to done_testing.
[gitmo/Moose.git] / t / 300_immutable / 001_immutable_moose.t
index 772337b..b969268 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
+use Test::More;
 use Test::Exception;
 
 use Moose::Meta::Role;
@@ -84,3 +84,5 @@ lives_ok { Baz->meta->make_immutable }
 Nothing here yet, but soon :)
 
 =cut
+
+done_testing;