Convert all tests to done_testing.
[gitmo/Moose.git] / t / 010_basics / 002_require_superclasses.t
index 1d311a5..9757c35 100644 (file)
@@ -5,11 +5,10 @@ use warnings;
 
 use lib 't/lib', 'lib';
 
-use Test::More tests => 4;
+use Test::More;
 use Test::Exception;
 
 
-
 {
 
     package Bar;
@@ -45,3 +44,4 @@ use Test::Exception;
     'correct error when superclass could not be found';
 }
 
+done_testing;