Convert all tests to done_testing.
[gitmo/Moose.git] / t / 040_type_constraints / 027_parameterize_from.t
index 3fd85f7..beab5b8 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 12;
+use Test::More;
 use Test::Exception;
 
 BEGIN {
@@ -77,3 +77,5 @@ throws_ok sub {
     },
     qr/Attribute \(from_parameterizable\) does not pass the type constraint/
     => 'from_parameterizable throws expected error';
+
+done_testing;