Skip to content

Commit 5c6a7a2

Browse files
Update main.cpp
1 parent 15763c8 commit 5c6a7a2

File tree

1 file changed

+1
-1
lines changed
  • src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests

1 file changed

+1
-1
lines changed

src/Servers/IIS/AspNetCoreModuleV2/CommonLibTests/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ DECLARE_DEBUG_PRINT_OBJECT2("tests", ASPNETCORE_DEBUG_FLAG_INFO | ASPNETCORE_DEB
88
int wmain(int argc, wchar_t* argv[])
99
{
1010
::testing::InitGoogleTest(&argc, argv);
11-
RUN_ALL_TESTS();
11+
return RUN_ALL_TESTS();
1212
}

0 commit comments

Comments
 (0)