Convert all tests to done_testing.
[gitmo/Moose.git] / t / 040_type_constraints / 036_match_type_operator.t
index f5fa5ad..d969b6a 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 25;
+use Test::More;
 use Test::Exception;
 
 use Moose::Util::TypeConstraints;
@@ -223,6 +223,4 @@ throws_ok {
     not_enough_matches( [] )
 } qr/No cases matched for /, '... not enough matches';
 
-
-
-
+done_testing;