X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F011_moose_respects_type_constraints.t;h=3e0997aa71c21cda4660d16c1f118285d939359e;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=764df60eee38ceffdbed3471a83a1180b92b66f4;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/010_basics/011_moose_respects_type_constraints.t b/t/010_basics/011_moose_respects_type_constraints.t index 764df60..3e0997a 100644 --- a/t/010_basics/011_moose_respects_type_constraints.t +++ b/t/010_basics/011_moose_respects_type_constraints.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 7; +use Test::More; use Test::Exception; use Moose::Util::TypeConstraints; @@ -58,5 +58,4 @@ dies_ok { $bar->foo(Foo->new); } '... checked the type constraint correctly'; - - +done_testing;