From: gfx Date: Mon, 5 Oct 2009 03:10:40 +0000 (+0900) Subject: Fix a test X-Git-Tag: 0.37_03~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=69645eb8a0ad7798ec847fb2720b9cbd7d23d949 Fix a test --- 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';