Regenerate test files
[gitmo/Mouse.git] / t / 010_basics / 004_inner_and_augment.t
index 14c4de1..29f3a80 100644 (file)
@@ -1,13 +1,15 @@
 #!/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 => 16;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package Foo;
     use Mouse;
@@ -84,3 +86,4 @@ is($foo->baz(), 'Foo::baz()', '... got the right value from &baz');
 
 }
 
+done_testing;