diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 22:46:56 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 22:46:56 +0000 |
commit | 5998a379bf308cfa41c2bf2064b439f619413cb4 (patch) | |
tree | ee7ddd4132eb6e0019441acf4520e302c502e53d /base/mac | |
parent | f2a020178b2d001957cf3e862659a1b5f2498365 (diff) | |
download | chromium_src-5998a379bf308cfa41c2bf2064b439f619413cb4.zip chromium_src-5998a379bf308cfa41c2bf2064b439f619413cb4.tar.gz chromium_src-5998a379bf308cfa41c2bf2064b439f619413cb4.tar.bz2 |
I can't count.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6873135
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82387 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac')
-rw-r--r-- | base/mac/objc_property_releaser_unittest.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mac/objc_property_releaser_unittest.mm b/base/mac/objc_property_releaser_unittest.mm index 6bc8840d..d5fee58 100644 --- a/base/mac/objc_property_releaser_unittest.mm +++ b/base/mac/objc_property_releaser_unittest.mm @@ -189,7 +189,7 @@ TEST(ObjCPropertyReleaserTest, SesameStreet) { EXPECT_EQ(14, ah_ah_ah); } - // Now that the autorelease pool has been popped, there should be 12 + // Now that the autorelease pool has been popped, there should be 11 // CountVonCounts. The ones that were copied to place into the test objects // will now have been deallocated. EXPECT_EQ(11, ah_ah_ah); |