remove stack tracer change and attempt to restore SC tests

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
monroegm-disable-blank-issue-2
chcurran 5 years ago
parent 6dc750815b
commit eefc448dce

@ -39,7 +39,7 @@ namespace AZ {
struct SymbolStorageDynamicallyLoadedModules
{
size_t m_size;
DynamicallyLoadedModuleInfo m_modules[1024];
DynamicallyLoadedModuleInfo m_modules[256];
SymbolStorageDynamicallyLoadedModules()
: m_size(0)

@ -113,7 +113,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED)
)
ly_add_googletest(
NAME Gem::ScriptCanvasTesting.Editor.Tests
TEST_SUITE smoke
)
endif()

Loading…
Cancel
Save