X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F005_util_type_coercion.t;h=c5fce12467065b4468b82d0729436a2447b56531;hb=53f38c534a9428a7403067982dca8dfb81f4c889;hp=8755dcfd0a4601cfab1b8b68e8f61aba214bbfe1;hpb=b910be93608c1bd94abc22dbaea7c487b16e9993;p=gitmo%2FMouse.git diff --git a/t/040_type_constraints/005_util_type_coercion.t b/t/040_type_constraints/005_util_type_coercion.t index 8755dcf..c5fce12 100644 --- a/t/040_type_constraints/005_util_type_coercion.t +++ b/t/040_type_constraints/005_util_type_coercion.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 26; +use Test::More tests => 8; # tests => 26; use Test::Exception; use lib 't/lib';