Kill the plan
[dbsrgits/SQL-Abstract.git] / t / 01generate.t
index 90e94f8..60dea0d 100644 (file)
@@ -540,10 +540,6 @@ my @tests = (
       },
 );
 
-
-plan tests => scalar(grep { !$_->{warning_like} } @tests) * 2
-            + scalar(grep { $_->{warning_like} } @tests) * 4;
-
 for my $t (@tests) {
   local $"=', ';
 
@@ -590,3 +586,5 @@ for my $t (@tests) {
     }
   }
 }
+
+done_testing;