X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F002_role.t;h=778cd5d714134fbbb3a9c71d9272ba545574488d;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=3e0f99ff0e5b9be5722ae28e7644ca7514f3bc51;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/030_roles/002_role.t b/t/030_roles/002_role.t index 3e0f99f..778cd5d 100644 --- a/t/030_roles/002_role.t +++ b/t/030_roles/002_role.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 41; +use Test::More; use Test::Exception; =pod @@ -153,3 +153,4 @@ is_deeply( [ 'bling', 'fling' ], '... got the right list of override method modifiers'); +done_testing;