2
0
Эх сурвалжийг харах

Remove unused test fixture

Signed-off-by: Chris Burel <[email protected]>
Chris Burel 2 жил өмнө
parent
commit
54b650d06c

+ 0 - 10
Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp

@@ -14,16 +14,6 @@ using namespace AZStd;
 
 namespace UnitTest
 {
-    class ConcurrencyCheckerTestFixture
-        : public LeakDetectionFixture
-    {
-
-        void SetUp() override
-        {
-            LeakDetectionFixture::SetUp();
-        }
-    };
-
     TEST_F(LeakDetectionFixture, SoftLock_NoContention_NoAsserts)
     {
         concurrency_checker concurrencyChecker;