Convert all tests to done_testing.
[gitmo/Class-MOP.git] / t / 310_inline_structor.t
index 88aa7ad..8e1b055 100644 (file)
@@ -6,7 +6,6 @@ use Test::More;
 BEGIN {
     eval "use Test::Output;";
     plan skip_all => "Test::Output is required for this test" if $@;
-    plan tests => 15;
 }
 
 use Class::MOP;
@@ -293,3 +292,5 @@ use Class::MOP;
         'got a warning when trying to inline a destructor in a class that inherits an unexpected DESTROY'
     );
 }
+
+done_testing;