-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [submodules/googletest](https://github.com/google/googletest) from `504ea69` to `a866428`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@504ea69...a866428) --- updated-dependencies: - dependency-name: submodules/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
42953c4
commit 2a84f72
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule googletest
updated
17 files
+2 −2 | CMakeLists.txt | |
+2 −2 | MODULE.bazel | |
+7 −4 | README.md | |
+5 −6 | WORKSPACE | |
+2 −2 | ci/linux-presubmit.sh | |
+45 −45 | docs/advanced.md | |
+2 −2 | docs/gmock_cook_book.md | |
+24 −15 | googlemock/include/gmock/gmock-matchers.h | |
+57 −3 | googlemock/test/gmock-matchers-comparisons_test.cc | |
+19 −0 | googlemock/test/gmock-matchers-misc_test.cc | |
+1 −1 | googletest/README.md | |
+11 −27 | googletest/src/gtest.cc | |
+0 −1 | googletest/test/BUILD.bazel | |
+19 −17 | googletest/test/googletest-json-output-unittest.py | |
+45 −43 | googletest/test/gtest_xml_output_unittest.py | |
+5 −1 | googletest/test/gtest_xml_output_unittest_.cc | |
+3 −3 | googletest_deps.bzl |