Skip to content

Commit

Permalink
[release/3.1] (deps): Bump src/submodules/googletest (#33995)
Browse files Browse the repository at this point in the history
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `f5e592d` to `4ec4cd2`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](google/googletest@f5e592d...4ec4cd2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 6, 2021
1 parent 659573f commit a2d5b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submodules/googletest
Submodule googletest updated 44 files
+24 −0 .github/ISSUE_TEMPLATE/10-feature_request.md
+0 −61 .travis.yml
+7 −10 BUILD.bazel
+1 −1 CMakeLists.txt
+4 −4 README.md
+12 −18 WORKSPACE
+3 −1 ci/linux-presubmit.sh
+8 −0 docs/_data/navigation.yml
+15 −10 docs/_layouts/default.html
+10 −3 docs/_sass/main.scss
+80 −423 docs/advanced.md
+5 −68 docs/faq.md
+22 −264 docs/gmock_cheat_sheet.md
+21 −74 docs/gmock_cook_book.md
+3 −3 docs/gmock_faq.md
+5 −4 docs/gmock_for_dummies.md
+1 −1 docs/pkgconfig.md
+10 −106 docs/primer.md
+115 −0 docs/reference/actions.md
+633 −0 docs/reference/assertions.md
+20 −18 docs/reference/matchers.md
+587 −0 docs/reference/mocking.md
+1,431 −0 docs/reference/testing.md
+130 −14 googlemock/include/gmock/gmock-matchers.h
+8 −6 googlemock/include/gmock/gmock-spec-builders.h
+1 −1 googlemock/test/BUILD.bazel
+18 −6 googlemock/test/gmock-function-mocker_test.cc
+86 −11 googlemock/test/gmock-matchers_test.cc
+1 −1 googletest/README.md
+2 −2 googletest/cmake/internal_utils.cmake
+19 −15 googletest/include/gtest/gtest-death-test.h
+1 −1 googletest/include/gtest/gtest-matchers.h
+4 −4 googletest/include/gtest/gtest-printers.h
+0 −2 googletest/include/gtest/internal/gtest-death-test-internal.h
+2 −2 googletest/include/gtest/internal/gtest-param-util.h
+2 −0 googletest/include/gtest/internal/gtest-port-arch.h
+6 −3 googletest/include/gtest/internal/gtest-port.h
+3 −3 googletest/src/gtest-death-test.cc
+2 −2 googletest/src/gtest-filepath.cc
+37 −18 googletest/src/gtest-port.cc
+1 −0 googletest/test/BUILD.bazel
+50 −25 googletest/test/googletest-port-test.cc
+2 −1 googletest/test/gtest_help_test.py
+0 −62 library.json

0 comments on commit a2d5b5d

Please sign in to comment.