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

Unified Diff: sky/engine/core/animation/AnimationPlayerTest.cpp

Issue 678003003: Begin to remove heap/* (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/Init.cpp ('k') | sky/engine/core/animation/AnimationStackTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/AnimationPlayerTest.cpp
diff --git a/sky/engine/core/animation/AnimationPlayerTest.cpp b/sky/engine/core/animation/AnimationPlayerTest.cpp
index 28cd31ae4422de98d2cb849f5ae1879d9c31d5bd..f0a10dfe3fd45db4952bd64eaa088d7f824fc428 100644
--- a/sky/engine/core/animation/AnimationPlayerTest.cpp
+++ b/sky/engine/core/animation/AnimationPlayerTest.cpp
@@ -783,7 +783,6 @@ TEST_F(AnimationAnimationPlayerTest, AttachedAnimationPlayers)
EXPECT_EQ(1U, element->activeAnimations()->players().find(player.get())->value);
player.release();
- Heap::collectAllGarbage();
EXPECT_TRUE(element->activeAnimations()->players().isEmpty());
}
« no previous file with comments | « sky/engine/core/Init.cpp ('k') | sky/engine/core/animation/AnimationStackTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698