X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F010_misc_type_tests.t;h=65987b6c96a7b65319347fe0972901012651d6c5;hb=abandoned%2Fname-delegations;hp=2cf0985ae4e17d24867c591606b2ab0b9562a1f6;hpb=c24269b37a781e0358c3682e8717cfd539269550;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/010_misc_type_tests.t b/t/040_type_constraints/010_misc_type_tests.t index 2cf0985..65987b6 100644 --- a/t/040_type_constraints/010_misc_type_tests.t +++ b/t/040_type_constraints/010_misc_type_tests.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 11; +use Test::More; use Test::Exception; BEGIN { @@ -65,3 +65,5 @@ ok $subtype2 => 'made a subtype of our subtype'; "correct error thrown" ); } + +done_testing;