Skip to content

Commit 51f2b15

Browse files
committed
Making test a LeakDetectionFixture. Jenkins in failing on the next test due to memory leak, but couldn't repro locally. Hoping this will help catch the true leak location
Signed-off-by: Gene Walters <[email protected]>
1 parent e8a78d4 commit 51f2b15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Code/Framework/AzToolsFramework/Tests/Prefab/PrefabProcessorRemoveComponentPerPlatformTests.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
*/
88

9+
#include <AzCore/UnitTest/TestTypes.h>
910
#include <AzFramework/Components/TransformComponent.h>
1011
#include <AzFramework/Spawnable/Spawnable.h>
1112
#include <AzToolsFramework/Prefab/PrefabSystemComponentInterface.h>
@@ -86,7 +87,8 @@ namespace UnitTest
8687
}
8788
};
8889

89-
class PrefabProcessingTestFixture : public ::testing::Test
90+
class PrefabProcessingTestFixture
91+
: public LeakDetectionFixture
9092
{
9193
public:
9294
void SetUp() override

0 commit comments

Comments
 (0)