Penis.
This commit is contained in:
parent
17f5c5e436
commit
b4be34c8a8
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user