Browse Source

Update unitTesting.cpp

Return 0
marauder2k7 2 years ago
parent
commit
f86f947f70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/source/testing/unitTesting.cpp

+ 1 - 1
Engine/source/testing/unitTesting.cpp

@@ -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), ,