X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F010_constructor_is_not_moose.t;h=5ac676e4629e7fcff0fe0ac22fcb9fc76e5bf81c;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=5efab10771076cb3ca8307a48d33d96d260ae5be;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/300_immutable/010_constructor_is_not_moose.t b/t/300_immutable/010_constructor_is_not_moose.t index 5efab10..5ac676e 100644 --- a/t/300_immutable/010_constructor_is_not_moose.t +++ b/t/300_immutable/010_constructor_is_not_moose.t @@ -7,7 +7,6 @@ use Test::More; BEGIN { eval "use Test::Output;"; plan skip_all => "Test::Output is required for this test" if $@; - plan tests => 6; } { @@ -102,3 +101,5 @@ is( 'no warning when inheriting from a class that has already made itself immutable' ); } + +done_testing;