X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F029_accessor_context.t;fp=t%2F020_attributes%2F029_accessor_context.t;h=b959f31863bdaaeccab69c203dd554a1f5f6de11;hp=4728892f492834b29e4ec672d36e8afb4cecb67f;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hpb=8845df4dd6432e3164d078ade741409061adae9f diff --git a/t/020_attributes/029_accessor_context.t b/t/020_attributes/029_accessor_context.t index 4728892..b959f31 100644 --- a/t/020_attributes/029_accessor_context.t +++ b/t/020_attributes/029_accessor_context.t @@ -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;