Regenerate test files
[gitmo/Mouse.git] / t / 010_basics / 008_wrapped_method_cxt_propagation.t
index 664b187..70a0623 100644 (file)
@@ -1,10 +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 => 7;
-
+use Test::More;
 
 
 {
@@ -56,3 +58,4 @@ foreach my $obj ( $base, $after ) {
     }
 }
 
+done_testing;