Convert all tests to done_testing.
[gitmo/Moose.git] / t / 100_bugs / 011_DEMOLISH_eats_exceptions.t
index 4180fe6..4932fe2 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use FindBin;
 
-use Test::More tests => 144;
+use Test::More;
 use Test::Exception;
 
 use Moose::Util::TypeConstraints;
@@ -149,5 +149,4 @@ sub check_em {
      }
 }
 
-1;
-
+done_testing;