Convert all tests to done_testing.
[gitmo/Moose.git] / t / 030_roles / 019_build.t
index cd973cd..1dfc912 100644 (file)
@@ -5,7 +5,6 @@ use Test::More;
 BEGIN {
     eval "use Test::Output;";
     plan skip_all => "Test::Output is required for this test" if $@;
-    plan tests => 8;
 }
 
 # this test script ensures that my idiom of:
@@ -78,3 +77,4 @@ do {
     }
 }
 
+done_testing;