X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F004_util_find_type_constraint.t;h=63c9d026fe62f00993a4d71cdddf58e89312be7d;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=8fe6a6b958fd1c4f93724b8cf890d7dfb35d3813;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/004_util_find_type_constraint.t b/t/040_type_constraints/004_util_find_type_constraint.t index 8fe6a6b..63c9d02 100644 --- a/t/040_type_constraints/004_util_find_type_constraint.t +++ b/t/040_type_constraints/004_util_find_type_constraint.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 18; +use Test::More; use Test::Exception; BEGIN { @@ -36,3 +36,5 @@ foreach my $type_name (qw( # TODO: # add tests for is_subtype_of which confirm the hierarchy + +done_testing;