X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F054-anon-leak.t;h=68bd1c6091de78c7fd90572fabe1863105e09248;hp=3ddb211ec220129c3fadca70cb1349177d267ad5;hb=69645eb8a0ad7798ec847fb2720b9cbd7d23d949;hpb=f551168477a8c08eba4dde042ddde7b0297e16cf diff --git a/t/054-anon-leak.t b/t/054-anon-leak.t index 3ddb211..68bd1c6 100755 --- a/t/054-anon-leak.t +++ b/t/054-anon-leak.t @@ -32,7 +32,7 @@ leaks_cmp_ok { leaks_cmp_ok { Mouse::Meta::Class->create_anon_class(attributes => [ - Mouse::Meta::Attribute->new('foo', is => 'rw'), + Mouse::Meta::Attribute->new('foo', is => 'bare'), ]); } '<=', $expected, 'create_anon_class() with attributes';