X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F018_custom_parameterized_types.t;h=c4969e5c62f56380def2c12f6b12c016bbf3920b;hb=53a4d826caec4b82f5b23e0bc0a4e8e2f44243b9;hp=2de911b733a46e310335274532e179a01e4280fd;hpb=620db0454d31341c981eb9061132d4f3a08a7310;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/018_custom_parameterized_types.t b/t/040_type_constraints/018_custom_parameterized_types.t index 2de911b..c4969e5 100644 --- a/t/040_type_constraints/018_custom_parameterized_types.t +++ b/t/040_type_constraints/018_custom_parameterized_types.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 28; +use Test::More; use Test::Exception; BEGIN { @@ -84,3 +84,4 @@ dies_ok { ); } 'non-containers cannot be parameterized'; +done_testing;