X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F300_immutable%2F002_apply_roles_to_immutable.t;h=57d0c7f30b6e0c0f7036407f005d6c1dc1c744d8;hb=43b9a91cacfa5e209171acd1141e3ad8e8a2d31a;hp=79766355df71ee3beaee6caea1621127f0c3695d;hpb=9978e85e92a466d86162718bd8e618ca91d44149;p=gitmo%2FMoose.git diff --git a/t/300_immutable/002_apply_roles_to_immutable.t b/t/300_immutable/002_apply_roles_to_immutable.t index 7976635..57d0c7f 100644 --- a/t/300_immutable/002_apply_roles_to_immutable.t +++ b/t/300_immutable/002_apply_roles_to_immutable.t @@ -3,11 +3,10 @@ use strict; use warnings; -use Test::More tests => 4; +use Test::More; use Test::Exception; - { package My::Role; use Moose::Role; @@ -38,4 +37,4 @@ lives_ok { is($foo->baz, 'My::Role::baz(Foo::baz)', '... got the right value'); - +done_testing;