Skip to content

Commit

Permalink
Revert "Update unitTesting.cpp"
Browse files Browse the repository at this point in the history
This reverts commit 256d436.
  • Loading branch information
marauder2k7 committed Aug 6, 2024
1 parent ccdd651 commit 899c36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/source/testing/unitTesting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,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), ,
Expand Down

0 comments on commit 899c36a

Please sign in to comment.