Regenerate test files
[gitmo/Mouse.git] / t / 100_bugs / 005_inline_reader_bug.t
index 021c3ad..e5a34d7 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 => 1;
+use Test::More;
 use Test::Exception;
 
 
-
 =pod
 
 This was a bug, but it is fixed now. This
@@ -29,3 +31,4 @@ test makes sure it does not creep back in.
     } '... this didnt die';
 }
 
+done_testing;