Convert all tests to done_testing.
[gitmo/Moose.git] / t / 300_immutable / 010_constructor_is_not_moose.t
index 5efab10..5ac676e 100644 (file)
@@ -7,7 +7,6 @@ use Test::More;
 BEGIN {
     eval "use Test::Output;";
     plan skip_all => "Test::Output is required for this test" if $@;
-    plan tests => 6;
 }
 
 {
@@ -102,3 +101,5 @@ is(
         'no warning when inheriting from a class that has already made itself immutable'
     );
 }
+
+done_testing;