Convert all tests to done_testing.
[gitmo/Moose.git] / t / 010_basics / 015_buildargs.t
index ac291a1..0c4bf50 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 14;
+use Test::More;
 
 {
     package Foo;
@@ -40,4 +40,4 @@ foreach my $class qw(Foo Bar) {
     }
 }
 
-
+done_testing;