Regenerate test files
[gitmo/Mouse.git] / t / 100_bugs / 003_Moose_Object_error.t
index 6dedb64..b142692 100644 (file)
@@ -1,10 +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 lib 't/lib', 'lib';
 
-use Test::More tests => 1;
+use Test::More;
 
-use_ok('MyMouseObject');
\ No newline at end of file
+use_ok('MyMooseObject');
+
+done_testing;