X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F003_util_std_type_constraints.t;h=00c117980cf573e040aff373ef033321c88b0fe1;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=0af079a66e4da15cffad70bc415641d6c4c3890a;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/003_util_std_type_constraints.t b/t/040_type_constraints/003_util_std_type_constraints.t index 0af079a..00c1179 100644 --- a/t/040_type_constraints/003_util_std_type_constraints.t +++ b/t/040_type_constraints/003_util_std_type_constraints.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 298; +use Test::More; use Test::Exception; use Scalar::Util (); @@ -359,3 +359,5 @@ ok(!defined RoleName('Moose::Meta::TypeConstraint'), '... RoleName accepts anyt ok(defined RoleName('Quux::Wibble::Role'), '... RoleName accepts anything which is a RoleName'); close($fh) || die "Could not close the filehandle $0 for test"; + +done_testing;