Convert all tests to done_testing.
[gitmo/Moose.git] / t / 300_immutable / 009_buildargs.t
index b8a7527..283ed5c 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 14;
+use Test::More;
 
 {
     package Foo;
@@ -44,4 +44,4 @@ foreach my $class qw(Foo Bar) {
     }
 }
 
-
+done_testing;