Fix a test
gfx [Mon, 5 Oct 2009 03:10:40 +0000 (12:10 +0900)]
t/054-anon-leak.t

index 3ddb211..68bd1c6 100755 (executable)
@@ -32,7 +32,7 @@ leaks_cmp_ok {
 \r
 leaks_cmp_ok {\r
     Mouse::Meta::Class->create_anon_class(attributes => [\r
-        Mouse::Meta::Attribute->new('foo', is => 'rw'),\r
+        Mouse::Meta::Attribute->new('foo', is => 'bare'),\r
     ]);\r
 } '<=', $expected, 'create_anon_class() with attributes';\r
 \r