| 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());
|
| }
|
|
|
|
|