We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15763c8 commit 5c6a7a2Copy full SHA for 5c6a7a2
src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/main.cpp
@@ -8,5 +8,5 @@ DECLARE_DEBUG_PRINT_OBJECT2("tests", ASPNETCORE_DEBUG_FLAG_INFO | ASPNETCORE_DEB
8
int wmain(int argc, wchar_t* argv[])
9
{
10
::testing::InitGoogleTest(&argc, argv);
11
- RUN_ALL_TESTS();
+ return RUN_ALL_TESTS();
12
}
0 commit comments