Merge pull request #7566 from aws-lumberyard-dev/fixClangWindowsBuild

Fix clang windows build
This commit is contained in:
Chris Burel
2022-02-14 14:20:39 -08:00
committed by GitHub
62 changed files with 633 additions and 705 deletions
@@ -186,7 +186,7 @@ namespace TestImpact
void TestRunCompleteCallback(const Client::TestRunBase& testRun, size_t numTestRunsCompleted, size_t totalNumTestRuns)
{
const auto progress =
AZStd::string::format("(%03u/%03u)", numTestRunsCompleted, totalNumTestRuns, testRun.GetTargetName().c_str());
AZStd::string::format("(%03zu/%03zu)", numTestRunsCompleted, totalNumTestRuns);
AZStd::string result;
switch (testRun.GetResult())