Skip to content

Commit

Permalink
build(deps): bump third-party/googletest from 6910c9d to 7218908
Browse files Browse the repository at this point in the history
Bumps [third-party/googletest](https://github.com/google/googletest) from `6910c9d` to `7218908`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@6910c9d...7218908)

---
updated-dependencies:
- dependency-name: third-party/googletest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
1 parent e3079da commit 0726814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/googletest
Submodule googletest updated 32 files
+14 −0 BUILD.bazel
+1 −1 CMakeLists.txt
+1 −1 MODULE.bazel
+3 −0 README.md
+45 −27 ci/linux-presubmit.sh
+7 −4 ci/macos-presubmit.sh
+25 −13 ci/windows-presubmit.bat
+14 −0 docs/advanced.md
+2 −1 docs/reference/actions.md
+5 −4 docs/reference/matchers.md
+23 −6 googlemock/include/gmock/gmock-actions.h
+14 −4 googlemock/include/gmock/gmock-matchers.h
+4 −5 googlemock/include/gmock/gmock-more-actions.h
+0 −5 googlemock/include/gmock/internal/gmock-internal-utils.h
+3 −3 googlemock/test/gmock-actions_test.cc
+39 −10 googlemock/test/gmock-more-actions_test.cc
+3 −4 googlemock/test/gmock-spec-builders_test.cc
+1 −1 googletest/cmake/internal_utils.cmake
+7 −0 googletest/include/gtest/gtest-assertion-result.h
+33 −34 googletest/include/gtest/gtest-param-test.h
+61 −65 googletest/include/gtest/gtest-typed-test.h
+2 −2 googletest/include/gtest/gtest.h
+26 −22 googletest/include/gtest/internal/gtest-internal.h
+2 −64 googletest/include/gtest/internal/gtest-port.h
+51 −0 googletest/src/gtest.cc
+51 −16 googletest/test/BUILD.bazel
+38 −0 googletest/test/googletest-fail-if-no-test-linked-test-with-disabled-test_.cc
+38 −0 googletest/test/googletest-fail-if-no-test-linked-test-with-enabled-test_.cc
+169 −0 googletest/test/googletest-fail-if-no-test-linked-test.py
+7 −1 googletest/test/googletest-printers-test.cc
+2 −2 googletest/test/googletest-setuptestsuite-test_.cc
+3 −4 googletest/test/gtest_unittest.cc

0 comments on commit 0726814

Please sign in to comment.