Convert all tests to done_testing.
[gitmo/Moose.git] / t / 050_metaclasses / 019_create_anon_with_required_attr.t
index 5603e1a..70bddd6 100644 (file)
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
+use Test::More;
 use Test::Exception;
 
 {
@@ -85,3 +85,4 @@ dies_ok {
     die $@ if $@;
 } 'failed to use trait without required attr';
 
+done_testing;