We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382892a commit e72006cCopy full SHA for e72006c
Code/Framework/AzToolsFramework/Tests/PythonLoaderTests.cpp
@@ -81,7 +81,7 @@ namespace UnitTest
81
AZStd::vector<AZStd::string> expectedResults;
82
expectedResults.emplace_back(testFullSiteLIbsPath.LexicallyNormal().Native());
83
84
- static constexpr AZStd::array<const char*, 3ui64> testEggLinkPaths({ "/lib/path/one", "/lib/path/two", "/lib/path/three" });
+ static constexpr AZStd::array<const char*, 3> testEggLinkPaths({ "/lib/path/one", "/lib/path/two", "/lib/path/three" });
85
int index = 0;
86
for (const char* testEggLinkPath : testEggLinkPaths)
87
{
0 commit comments