| Index: base/mac/objc_property_releaser_unittest.mm
|
| diff --git a/base/mac/objc_property_releaser_unittest.mm b/base/mac/objc_property_releaser_unittest.mm
|
| index 04f13c2b670b4cad010a4186093b918a2352b750..50f81a876206472af81c511f09f7d6310a8707a8 100644
|
| --- a/base/mac/objc_property_releaser_unittest.mm
|
| +++ b/base/mac/objc_property_releaser_unittest.mm
|
| @@ -299,10 +299,10 @@ TEST(ObjCPropertyReleaserTest, SesameStreet) {
|
| test_object.protoCvcAssign = nil;
|
| test_object.protoCvcCustom = nil;
|
|
|
| - // The CountVonCounts marked retain and copy should have been deallocated.
|
| - // Those marked assign should not have been. The only ones that should exist
|
| - // now are the ones marked "assign" and the ones held in non-property
|
| - // instance variables.
|
| + // The CountVonCounts marked "retain" and "copy" should have been
|
| + // deallocated. Those marked assign should not have been. The only ones that
|
| + // should exist now are the ones marked "assign" and the ones held in
|
| + // non-property instance variables.
|
| EXPECT_EQ(5, ah_ah_ah);
|
|
|
| {
|
|
|