Skip to content

Commit dde286c

Browse files
author
Mirroring
committed
Merge commit '0107549a05371269bb8a652ee14bea5263f47fb5'
2 parents d6605eb + 0107549 commit dde286c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
}

src/submodules/googletest

0 commit comments

Comments
 (0)