Convert all tests to done_testing.
[gitmo/Moose.git] / t / 300_immutable / 011_constructor_is_wrapped.t
index 9593833..6759134 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;
 }
 
 {
@@ -29,3 +28,5 @@ BEGIN {
         'got a warning that Foo may not have an inlined constructor'
     );
 }
+
+done_testing;