X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F009_buildargs.t;h=283ed5c739fb381bb91a138db1375e82ca65c28d;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=b8a7527d0f70f5c316ca05e79251c629bc50e8ee;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/300_immutable/009_buildargs.t b/t/300_immutable/009_buildargs.t index b8a7527..283ed5c 100644 --- a/t/300_immutable/009_buildargs.t +++ b/t/300_immutable/009_buildargs.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 14; +use Test::More; { package Foo; @@ -44,4 +44,4 @@ foreach my $class qw(Foo Bar) { } } - +done_testing;