X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F011_container_type_constraint.t;h=b349f93529c94c5eb22fa7681e19dccab703810b;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=c27d4b80876a3a114bfd10a9e3818c8193c6bde8;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/011_container_type_constraint.t b/t/040_type_constraints/011_container_type_constraint.t index c27d4b8..b349f93 100644 --- a/t/040_type_constraints/011_container_type_constraint.t +++ b/t/040_type_constraints/011_container_type_constraint.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 24; +use Test::More; use Test::Exception; BEGIN { @@ -71,3 +71,5 @@ ok(!$array_of_array_of_ints->check( my $param_type = $anon_type->type_parameter; isa_ok( $param_type, 'Moose::Meta::TypeConstraint::Class' ); } + +done_testing;