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.
2 parents 369f604 + e72006c commit 3cfa49dCopy full SHA for 3cfa49d
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 auto testEggLinkPaths = AZStd::to_array<const char*>({ "/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