Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 020_attributes / 029_accessor_context.t
index 4728892..b959f31 100644 (file)
@@ -1,11 +1,8 @@
 #!/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 => 14;
 use Test::Exception;
 
 lives_ok {
@@ -69,5 +66,3 @@ lives_ok {
     is_deeply [$o->h_ro],        [],      'uninitialized HashRef attribute/ro in list context';
 
 } 'testing';
-
-done_testing;