X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F036_match_type_operator.t;h=d969b6a25739de4233032dca997174a93a637def;hb=abandoned%2Fname-delegations;hp=f5fa5ad7463831f4c8e6a8959e7a376a9b11f33a;hpb=e7597637a2d3c7fddf0e0ea651e3216f8c461c95;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/036_match_type_operator.t b/t/040_type_constraints/036_match_type_operator.t index f5fa5ad..d969b6a 100644 --- a/t/040_type_constraints/036_match_type_operator.t +++ b/t/040_type_constraints/036_match_type_operator.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 25; +use Test::More; use Test::Exception; use Moose::Util::TypeConstraints; @@ -223,6 +223,4 @@ throws_ok { not_enough_matches( [] ) } qr/No cases matched for /, '... not enough matches'; - - - +done_testing;