Convert all tests to done_testing.
[gitmo/Moose.git] / t / 050_metaclasses / 017_use_base_of_moose.t
index 2fedbdc..5f7aac9 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More;
 use Test::Exception;
 
 {
@@ -35,3 +35,5 @@ is($child->attr, "ibute", "getter inherited properly");
 
 $child->attr("ition");
 is($child->attr, "ition", "setter inherited properly");
+
+done_testing;