Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 80ecf19 commit f509a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/googletest
Submodule googletest updated 35 files
+13 −13 BUILD.bazel
+28 −21 MODULE.bazel
+3 −3 README.md
+31 −1 WORKSPACE
+11 −5 docs/advanced.md
+12 −12 docs/gmock_cook_book.md
+2 −2 docs/primer.md
+23 −30 docs/quickstart-bazel.md
+9 −2 docs/reference/assertions.md
+32 −4 fake_fuchsia_sdk.bzl
+53 −14 googlemock/include/gmock/gmock-actions.h
+103 −45 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
+2 −2 googlemock/test/gmock-function-mocker_test.cc
+27 −27 googlemock/test/gmock-matchers-arithmetic_test.cc
+5 −2 googlemock/test/gmock-matchers-comparisons_test.cc
+15 −8 googlemock/test/gmock-matchers-containers_test.cc
+63 −23 googlemock/test/gmock-matchers-misc_test.cc
+1 −1 googlemock/test/gmock-pp_test.cc
+1 −1 googlemock/test/gmock_link_test.h
+1 −1 googletest/README.md
+3 −3 googletest/include/gtest/gtest-matchers.h
+39 −0 googletest/include/gtest/gtest-printers.h
+8 −0 googletest/include/gtest/internal/gtest-port.h
+60 −7 googletest/src/gtest.cc
+86 −9 googletest/test/googletest-json-output-unittest.py
+24 −0 googletest/test/googletest-printers-test.cc
+49 −0 googletest/test/gtest_unittest.cc
+52 −13 googletest/test/gtest_xml_output_unittest.py
+16 −0 googletest/test/gtest_xml_output_unittest_.cc
+4 −4 googletest_deps.bzl

0 comments on commit f509a59

Please sign in to comment.