-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [external/googletest](https://github.com/google/googletest) from `4565741` to `e4fdb87`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@4565741...e4fdb87) --- updated-dependencies: - dependency-name: external/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fc41652
commit 252a085
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule googletest
updated
19 files
+17 −0 | BUILD.bazel | |
+1 −0 | CONTRIBUTORS | |
+4 −0 | MODULE.bazel | |
+2 −0 | docs/gmock_for_dummies.md | |
+2 −2 | docs/reference/mocking.md | |
+33 −0 | fake_fuchsia_sdk.bzl | |
+12 −11 | googlemock/include/gmock/gmock-matchers.h | |
+3 −2 | googlemock/include/gmock/gmock-more-actions.h | |
+1 −1 | googlemock/src/gmock-spec-builders.cc | |
+10 −0 | googlemock/test/gmock-more-actions_test.cc | |
+28 −11 | googletest/include/gtest/gtest.h | |
+1 −1 | googletest/include/gtest/internal/gtest-death-test-internal.h | |
+18 −16 | googletest/src/gtest-death-test.cc | |
+12 −12 | googletest/src/gtest-internal-inl.h | |
+43 −21 | googletest/src/gtest.cc | |
+39 −37 | googletest/test/googletest-death-test-test.cc | |
+52 −44 | googletest/test/gtest_environment_test.cc | |
+1 −3 | googletest/test/gtest_repeat_test.cc | |
+6 −0 | googletest_deps.bzl |