Convert all tests to done_testing.
[gitmo/Moose.git] / t / 040_type_constraints / 004_util_find_type_constraint.t
index 8fe6a6b..63c9d02 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 18;
+use Test::More;
 use Test::Exception;
 
 BEGIN {
@@ -36,3 +36,5 @@ foreach my $type_name (qw(
 
 # TODO:
 # add tests for is_subtype_of which confirm the hierarchy
+
+done_testing;