X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F12_wrapper-definition.t;h=9284eec1eea7d222cbc02ee6879d42d2c0d82914;hb=7186792babbd64572f1b227c2666ead4ee549ede;hp=f2d0f772e1282904fab50225ca52d063922cc855;hpb=57dad71eda1d16e561b364e216ff6f868c366236;p=gitmo%2FMooseX-Types.git diff --git a/t/12_wrapper-definition.t b/t/12_wrapper-definition.t index f2d0f77..9284eec 100644 --- a/t/12_wrapper-definition.t +++ b/t/12_wrapper-definition.t @@ -17,8 +17,6 @@ my @tests = ( [ 'Str', 'Str', 12, "12", [], "foo", [777] ], ); -plan tests => (@tests * 9); - # new array ref so we can safely shift from it for my $data (map { [@$_] } @tests) { my $type = shift @$data; @@ -49,4 +47,4 @@ for my $data (map { [@$_] } @tests) { } } - +done_testing;