Skip to content

Commit 440198a

Browse files
[main] (deps): Bump src/submodules/googletest from 2b6b042 to 7218908 (#60664)
* [main] (deps): Bump src/submodules/googletest Bumps [src/submodules/googletest](https://github.com/google/googletest) from `2b6b042` to `7218908`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@2b6b042...7218908) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update main.cpp --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brennan <[email protected]>
1 parent 3b261f8 commit 440198a

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

Submodule googletest updated 38 files

0 commit comments

Comments
 (0)