X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F033_type_names.t;h=0579ebb75dd12b1f72dc2ad81bf6452135e09e57;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=e7198664edf2b687abc31d0ada7c299e4b4a8684;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/033_type_names.t b/t/040_type_constraints/033_type_names.t index e719866..0579ebb 100644 --- a/t/040_type_constraints/033_type_names.t +++ b/t/040_type_constraints/033_type_names.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More; use Test::Exception; use Moose::Meta::TypeConstraint; @@ -34,3 +34,5 @@ is( Moose::Util::TypeConstraints::find_or_parse_type_constraint('ArrayRef[In-val is( Moose::Util::TypeConstraints::find_or_parse_type_constraint('ArrayRef[Va.lid]'), 'ArrayRef[Va.lid]', 'find_or_parse_type_constraint returns name for valid name' ); + +done_testing;