Regenerate test files
[gitmo/Mouse.git] / t / 020_attributes / 001_attribute_reader_generation.t
index dc15fe4..aaced4b 100644 (file)
@@ -1,9 +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;
+$TODO = q{Mouse is not yet completed};
 use Test::Exception;
 
 
@@ -67,8 +71,6 @@ use Test::Exception;
 
     ok( $attr->is_lazy, "it's lazy" );
 
-    note 'skip Moose specific features';
-    last;
     is( $attr->get_raw_value($foo), undef, "raw value" );
 
     is( $attr->get_value($foo), 10, "lazy value" );