This commit is contained in:
momo5502 2016-02-06 01:01:33 +01:00
parent 17f5c5e436
commit b4be34c8a8

View File

@ -14,7 +14,7 @@ namespace Main
{
DWORD result = (Components::Loader::PerformUnitTests() ? 0 : -1);
Components::Loader::Uninitialize();
exit(result);
ExitProcess(result);
}
#else
if (Components::Flags::HasFlag("tests"))