Regenerate test files
[gitmo/Mouse.git] / t-failing / 040_type_constraints / 035_duck_type_handles.t
@@ -1,8 +1,12 @@
 #!/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 => 2;
+use Test::More;
+$TODO = q{Mouse is not yet completed};
 use Test::Exception;
 
 my @phonograph;
@@ -44,3 +48,4 @@ is_deeply([splice @phonograph], ['quack']);
 $t->walk;
 is_deeply([splice @phonograph], ['footsteps']);
 
+done_testing;