Skip to content

Commit

Permalink
Merge pull request #128 from joshkunz/renovate/subprojects-googletest…
Browse files Browse the repository at this point in the history
…-digest

chore(deps): update subprojects/googletest commit hash to 14aa11d
  • Loading branch information
joshkunz authored Feb 6, 2022
2 parents 579662c + 4a0e6c0 commit 461e153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/googletest
Submodule googletest updated 49 files
+4 −0 CMakeLists.txt
+2 −2 docs/gmock_faq.md
+2 −2 docs/primer.md
+6 −4 googlemock/include/gmock/gmock-actions.h
+3 −1 googlemock/include/gmock/gmock-cardinalities.h
+3 −0 googlemock/include/gmock/gmock-function-mocker.h
+3 −0 googlemock/include/gmock/gmock-matchers.h
+3 −1 googlemock/include/gmock/gmock-more-actions.h
+3 −1 googlemock/include/gmock/gmock-more-matchers.h
+3 −1 googlemock/include/gmock/gmock-nice-strict.h
+3 −1 googlemock/include/gmock/gmock-spec-builders.h
+1 −1 googlemock/include/gmock/gmock.h
+3 −0 googlemock/include/gmock/internal/custom/gmock-generated-actions.h
+4 −1 googlemock/include/gmock/internal/custom/gmock-matchers.h
+4 −1 googlemock/include/gmock/internal/custom/gmock-port.h
+3 −1 googlemock/include/gmock/internal/gmock-internal-utils.h
+3 −1 googlemock/include/gmock/internal/gmock-port.h
+6 −0 googlemock/test/gmock-more-actions_test.cc
+1 −1 googletest/README.md
+0 −4 googletest/cmake/internal_utils.cmake
+232 −0 googletest/include/gtest/gtest-assertion-result.h
+4 −1 googletest/include/gtest/gtest-death-test.h
+4 −0 googletest/include/gtest/gtest-matchers.h
+4 −1 googletest/include/gtest/gtest-message.h
+6 −1 googletest/include/gtest/gtest-param-test.h
+4 −1 googletest/include/gtest/gtest-printers.h
+0 −1 googletest/include/gtest/gtest-spi.h
+4 −0 googletest/include/gtest/gtest-test-part.h
+4 −0 googletest/include/gtest/gtest-typed-test.h
+5 −191 googletest/include/gtest/gtest.h
+7 −1 googletest/include/gtest/gtest_pred_impl.h
+2 −2 googletest/include/gtest/gtest_prod.h
+5 −1 googletest/include/gtest/internal/gtest-death-test-internal.h
+5 −1 googletest/include/gtest/internal/gtest-filepath.h
+5 −1 googletest/include/gtest/internal/gtest-internal.h
+4 −1 googletest/include/gtest/internal/gtest-param-util.h
+1 −1 googletest/include/gtest/internal/gtest-port-arch.h
+19 −1 googletest/include/gtest/internal/gtest-port.h
+5 −1 googletest/include/gtest/internal/gtest-string.h
+4 −0 googletest/include/gtest/internal/gtest-type-util.h
+4 −4 googletest/samples/sample9_unittest.cc
+1 −0 googletest/src/gtest-all.cc
+81 −0 googletest/src/gtest-assertion-result.cc
+7 −6 googletest/src/gtest-internal-inl.h
+105 −97 googletest/src/gtest.cc
+9 −7 googletest/test/googletest-global-environment-unittest.py
+1 −0 googletest/test/googletest-listener-test.cc
+4 −0 googletest/test/gtest_repeat_test.cc
+4 −4 googletest/test/gtest_unittest.cc

0 comments on commit 461e153

Please sign in to comment.