Skip to content

Commit

Permalink
build(deps): bump third_party/googletest from 2b6b042 to 0bdccf4
Browse files Browse the repository at this point in the history
Bumps [third_party/googletest](https://github.com/google/googletest) from `2b6b042` to `0bdccf4`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@2b6b042...0bdccf4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2025
1 parent faf9c77 commit 43273de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/googletest
Submodule googletest updated 44 files
+14 −0 BUILD.bazel
+2 −2 CMakeLists.txt
+2 −2 MODULE.bazel
+7 −4 README.md
+5 −6 WORKSPACE
+47 −29 ci/linux-presubmit.sh
+7 −4 ci/macos-presubmit.sh
+25 −13 ci/windows-presubmit.bat
+59 −45 docs/advanced.md
+2 −1 docs/reference/actions.md
+7 −4 docs/reference/matchers.md
+98 −1 docs/reference/testing.md
+23 −6 googlemock/include/gmock/gmock-actions.h
+142 −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
+146 −0 googlemock/test/gmock-matchers-arithmetic_test.cc
+39 −10 googlemock/test/gmock-more-actions_test.cc
+3 −4 googlemock/test/gmock-spec-builders_test.cc
+1 −1 googletest/README.md
+1 −1 googletest/cmake/internal_utils.cmake
+7 −0 googletest/include/gtest/gtest-assertion-result.h
+95 −39 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
+48 −14 googletest/include/gtest/internal/gtest-param-util.h
+2 −64 googletest/include/gtest/internal/gtest-port.h
+4 −0 googletest/src/gtest-internal-inl.h
+97 −27 googletest/src/gtest.cc
+51 −17 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
+19 −0 googletest/test/googletest-filter-unittest.py
+19 −17 googletest/test/googletest-json-output-unittest.py
+70 −0 googletest/test/googletest-param-test-test.cc
+7 −1 googletest/test/googletest-printers-test.cc
+2 −2 googletest/test/googletest-setuptestsuite-test_.cc
+3 −4 googletest/test/gtest_unittest.cc
+45 −43 googletest/test/gtest_xml_output_unittest.py
+5 −1 googletest/test/gtest_xml_output_unittest_.cc
+3 −3 googletest_deps.bzl

0 comments on commit 43273de

Please sign in to comment.