clean up ::Destructor
[gitmo/Moose.git] / t / 040_type_constraints / 013_advanced_type_creation.t
index 0a40a9f..1350fdc 100644 (file)
@@ -3,8 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 33;
-use Test::Exception;
+use Test::More;
 
 BEGIN {
     use_ok('Moose::Util::TypeConstraints');
@@ -97,5 +96,4 @@ ok(!$array_of_array_of_array_of_ints->check(
     [[[ 1, 2, 3 ]], [[ qw/foo bar/ ]]]
 ), '... [[[ 1, 2, 3 ]], [[ qw/foo bar/ ]]] failed successfully');
 
-
-
+done_testing;