Skip to content

Commit 0107549

Browse files
[release/8.0] (deps): Bump src/submodules/googletest from e235eb3 to 24a9e94 (#60677)
* [release/8.0] (deps): Bump src/submodules/googletest Bumps [src/submodules/googletest](https://github.com/google/googletest) from `e235eb3` to `24a9e94`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@e235eb3...24a9e94) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix cpp test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: wtgodbe <[email protected]>
1 parent dc12b47 commit 0107549

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)