@@ -28,11 +28,11 @@ void array_tests() { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; - OFArray *a[3]; + OFMutableArray *a[3]; TEST(@"+[array]", (a[0] = [OFMutableArray array])) TEST(@"+[arrayWithObjects:]", (a[1] = [OFArray arrayWithObjects: @"Foo", @"Bar", @"Baz", nil]))