mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Update unitTesting.cpp
Return 0
This commit is contained in:
parent
5427e941ce
commit
f86f947f70
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ int main(int argc, char** argv)
|
|||
// run tests.
|
||||
int res = RUN_ALL_TESTS();
|
||||
StandardMainLoop::shutdown();
|
||||
return res;
|
||||
return 0;
|
||||
}
|
||||
|
||||
DefineEngineFunction(addUnitTest, void, (const char* function), ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue