Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3328)

Unified Diff: base/mac/objc_property_releaser_unittest.mm

Issue 10825231: A nonsense change to test that the commit queue doesn't update the copyright notice's year (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tossed salad Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/whitespace_file.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
{
« no previous file with comments | « no previous file | build/whitespace_file.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698