Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 100_bugs / 005_inline_reader_bug.t
index e5a34d7..021c3ad 100644 (file)
@@ -1,15 +1,13 @@
 #!/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;
+use Test::More tests => 1;
 use Test::Exception;
 
 
+
 =pod
 
 This was a bug, but it is fixed now. This
@@ -31,4 +29,3 @@ test makes sure it does not creep back in.
     } '... this didnt die';
 }
 
-done_testing;