Give up on tabs tests for now
[gitmo/MooseX-Types.git] / t / 21_coerce_parameterized_types.t
index 5b43aa3..4a4cf9c 100644 (file)
@@ -1,9 +1,8 @@
 #!/usr/bin/env perl
 use strict;
 use warnings;
-use Test::Exception;
 
-use Test::More tests => 2;
+use Test::More;
 
 BEGIN {
     package TypeLib;
@@ -47,3 +46,4 @@ BEGIN {
     ::ok( $subtype->has_coercion, 'coercion applied to subtype' );
 }
 
+done_testing();