瀏覽代碼

Remove unused test fixture

Signed-off-by: Chris Burel <[email protected]>
Chris Burel 2 年之前
父節點
當前提交
54b650d06c
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      Code/Framework/AtomCore/Tests/ConcurrencyCheckerTests.cpp

+ 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;