From: Dave Rolsky Date: Mon, 6 Jul 2009 14:23:23 +0000 (-0500) Subject: Add test count X-Git-Tag: 0.90~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ca7ec40834917400f0427fcfe36a6c0547a5964;p=gitmo%2FClass-MOP.git Add test count --- diff --git a/t/310_inline_structor.t b/t/310_inline_structor.t index efceb2f..88aa7ad 100644 --- a/t/310_inline_structor.t +++ b/t/310_inline_structor.t @@ -6,7 +6,7 @@ use Test::More; BEGIN { eval "use Test::Output;"; plan skip_all => "Test::Output is required for this test" if $@; - plan 'no_plan'; + plan tests => 15; } use Class::MOP;