forked from dotnet/aspnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main] (deps): Bump src/submodules/googletest
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `b4aaf97` to `5bcb2d7`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@b4aaf97...5bcb2d7) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
2d47d49
commit 2c1415e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule googletest
updated
18 files
+13 −13 | BUILD.bazel | |
+1 −1 | CMakeLists.txt | |
+3 −5 | MODULE.bazel | |
+5 −9 | README.md | |
+36 −3 | WORKSPACE | |
+23 −30 | docs/quickstart-bazel.md | |
+53 −14 | googlemock/include/gmock/gmock-actions.h | |
+29 −15 | googlemock/include/gmock/gmock-matchers.h | |
+4 −3 | googlemock/include/gmock/gmock-more-actions.h | |
+4 −6 | googlemock/include/gmock/gmock-spec-builders.h | |
+1 −0 | googlemock/include/gmock/internal/gmock-port.h | |
+4 −4 | googlemock/src/gmock-cardinalities.cc | |
+52 −4 | googlemock/test/gmock-actions_test.cc | |
+7 −7 | googlemock/test/gmock-matchers-arithmetic_test.cc | |
+3 −2 | googlemock/test/gmock-matchers-comparisons_test.cc | |
+1 −1 | googlemock/test/gmock_link_test.h | |
+1 −1 | googletest/README.md | |
+10 −10 | googletest_deps.bzl |