Add test count
[gitmo/Class-MOP.git] / t / 310_inline_structor.t
index efceb2f..88aa7ad 100644 (file)
@@ -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;