Convert all tests to done_testing.
[gitmo/Moose.git] / t / 300_immutable / 013_immutable_roundtrip.t
index b43a876..a9bc1c8 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 => 1;
 }
 
 {
@@ -36,3 +35,4 @@ BEGIN {
     );
 }
 
+done_testing;