Regenerate test files
[gitmo/Mouse.git] / t-failing / 050_metaclasses / 019_create_anon_with_required_attr.t
@@ -1,4 +1,7 @@
 #!/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;
 
 # this functionality may be pushing toward parametric roles/classes
 # it's off in a corner and may not be that important
@@ -6,7 +9,8 @@
 use strict;
 use warnings;
 
-use Test::More tests => 15;
+use Test::More;
+$TODO = q{Mouse is not yet completed};
 use Test::Exception;
 
 {
@@ -85,3 +89,4 @@ dies_ok {
     die $@ if $@;
 } 'failed to use trait without required attr';
 
+done_testing;