Regenerate test files
[gitmo/Mouse.git] / t-failing / 040_type_constraints / 014_type_notation_parser.t
@@ -1,9 +1,13 @@
 #!/usr/bin/perl
+# This is automatically generated by author/import-moose-test.pl.
+# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
+use t::lib::MooseCompat;
 
 use strict;
 use warnings;
 
-use Test::More tests => 41;
+use Test::More;
+$TODO = q{Mouse is not yet completed};
 
 BEGIN {
     use_ok("Mouse::Util::TypeConstraints");
@@ -103,3 +107,5 @@ ok(!Mouse::Util::TypeConstraints::_detect_type_constraint_union($_),
         '... this correctly split the union (' . $_ . ')'
     ) for keys %split_tests;
 }
+
+done_testing;