gotta have a plan
[p5sagit/Devel-Declare.git] / t / combi.t
index facda8f..2a45094 100644 (file)
--- a/t/combi.t
+++ b/t/combi.t
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More 'no_plan';
+use Test::More;
 
 sub method :lvalue {my $sv;}
 
@@ -29,3 +29,5 @@ method wahey () {
 };
 
 ok(1, "Survived compilation");
+
+done_testing;