X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F013_immutable_roundtrip.t;h=a9bc1c8d8b08f9ecc5357a69e6337b97b33c8490;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=b43a8769d46d1ded65097dc9e21385f8a7c0afd6;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/300_immutable/013_immutable_roundtrip.t b/t/300_immutable/013_immutable_roundtrip.t index b43a876..a9bc1c8 100644 --- a/t/300_immutable/013_immutable_roundtrip.t +++ b/t/300_immutable/013_immutable_roundtrip.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 => 1; } { @@ -36,3 +35,4 @@ BEGIN { ); } +done_testing;