Skip to content

Commit c386bc7

Browse files
authored
[release/3.1] Update submodules (#32630)
* [release/3.1] Update submodules - be explicit about what we're tracking - get the latest from googletest remote nit: - change googletest name to match path - `set-branch` and other updates do weird things otherwise - but, this requires another `git submodule update --init` in some cases * Find the `DoAll` symbol
1 parent 2ba4c96 commit c386bc7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitmodules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
[submodule "googletest"]
1+
[submodule "src/submodules/googletest"]
22
path = src/submodules/googletest
33
url = https://github.com/google/googletest
4-
4+
branch = master
55
[submodule "src/submodules/MessagePack-CSharp"]
66
path = src/submodules/MessagePack-CSharp
77
url = https://github.com/aspnet/MessagePack-CSharp.git
8+
branch = release/3.1

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "stdafx.h"
55
#include "gmock/gmock.h"
66
using ::testing::_;
7+
using ::testing::DoAll;
78
using ::testing::NiceMock;
89

910
namespace ConfigUtilityTests

src/submodules/googletest

Submodule googletest updated 364 files

0 commit comments

Comments
 (0)