X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F070_native_traits%2F010_array_from_role.t;h=7f76c1ae5facdbbb0fc4fa7e4ecf7719b9f8da01;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=80aac852f64a1ce477e70b44b1def3efb291a144;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/070_native_traits/010_array_from_role.t b/t/070_native_traits/010_array_from_role.t index 80aac85..7f76c1a 100644 --- a/t/070_native_traits/010_array_from_role.t +++ b/t/070_native_traits/010_array_from_role.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 2; +use Test::More; use Test::Exception; { @@ -42,3 +42,5 @@ use Test::Exception; ::lives_ok{ with 'Bulkie::Role'; } '... this should work correctly'; } + +done_testing;