X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F029_accessor_context.t;h=b13a594a04c3ce156445c71ec5df078683334a28;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=a024af56c8dd1ccbe50d2c75bb8be998e235638c;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/020_attributes/029_accessor_context.t b/t/020_attributes/029_accessor_context.t index a024af5..b13a594 100644 --- a/t/020_attributes/029_accessor_context.t +++ b/t/020_attributes/029_accessor_context.t @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 14; +use Test::More; use Test::Exception; lives_ok { @@ -66,3 +66,5 @@ lives_ok { is_deeply [$o->h_ro], [], 'uninitialized HashRef attribute/ro in list context'; } 'testing'; + +done_testing;