Skip to content

Commit

Permalink
⬆️ 🔧 Pin google-test version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak authored and krzysztof-jusiak committed Aug 10, 2021
1 parent 076f4a8 commit d93c6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/googletest
Submodule googletest updated 74 files
+0 −7 BUILD.bazel
+0 −1 CONTRIBUTORS
+4 −4 README.md
+10 −10 WORKSPACE
+26 −22 docs/advanced.md
+1 −0 docs/faq.md
+1 −1 docs/gmock_cheat_sheet.md
+2 −2 docs/gmock_for_dummies.md
+1 −1 docs/pkgconfig.md
+9 −9 docs/primer.md
+7 −7 docs/reference/actions.md
+12 −14 docs/reference/matchers.md
+2 −0 googlemock/include/gmock/gmock-actions.h
+2 −0 googlemock/include/gmock/gmock-cardinalities.h
+2 −0 googlemock/include/gmock/gmock-function-mocker.h
+16 −214 googlemock/include/gmock/gmock-matchers.h
+2 −0 googlemock/include/gmock/gmock-more-actions.h
+2 −0 googlemock/include/gmock/gmock-more-matchers.h
+2 −0 googlemock/include/gmock/gmock-nice-strict.h
+3 −1 googlemock/include/gmock/gmock-spec-builders.h
+2 −0 googlemock/include/gmock/gmock.h
+2 −0 googlemock/include/gmock/internal/custom/gmock-generated-actions.h
+2 −0 googlemock/include/gmock/internal/custom/gmock-matchers.h
+2 −0 googlemock/include/gmock/internal/custom/gmock-port.h
+2 −2 googlemock/include/gmock/internal/gmock-internal-utils.h
+2 −0 googlemock/include/gmock/internal/gmock-port.h
+0 −54 googlemock/src/gmock-internal-utils.cc
+0 −1 googlemock/test/BUILD.bazel
+1 −1 googlemock/test/gmock-actions_test.cc
+1 −42 googlemock/test/gmock-internal-utils_test.cc
+12 −142 googlemock/test/gmock-matchers_test.cc
+2 −4 googletest/README.md
+2 −2 googletest/cmake/internal_utils.cmake
+5 −2 googletest/include/gtest/gtest-death-test.h
+2 −0 googletest/include/gtest/gtest-message.h
+2 −0 googletest/include/gtest/gtest-param-test.h
+3 −1 googletest/include/gtest/gtest-printers.h
+2 −0 googletest/include/gtest/gtest-spi.h
+2 −0 googletest/include/gtest/gtest-test-part.h
+2 −0 googletest/include/gtest/gtest-typed-test.h
+18 −20 googletest/include/gtest/gtest.h
+2 −1 googletest/include/gtest/gtest_pred_impl.h
+1 −0 googletest/include/gtest/gtest_prod.h
+0 −2 googletest/include/gtest/internal/custom/README.md
+5 −2 googletest/include/gtest/internal/gtest-death-test-internal.h
+2 −0 googletest/include/gtest/internal/gtest-filepath.h
+2 −0 googletest/include/gtest/internal/gtest-internal.h
+2 −0 googletest/include/gtest/internal/gtest-param-util.h
+0 −2 googletest/include/gtest/internal/gtest-port-arch.h
+18 −35 googletest/include/gtest/internal/gtest-port.h
+2 −0 googletest/include/gtest/internal/gtest-string.h
+2 −0 googletest/include/gtest/internal/gtest-type-util.h
+10 −7 googletest/scripts/gen_gtest_pred_impl.py
+42 −45 googletest/src/gtest-death-test.cc
+64 −47 googletest/src/gtest-internal-inl.h
+1 −1 googletest/src/gtest-port.cc
+1 −1 googletest/src/gtest-printers.cc
+127 −181 googletest/src/gtest.cc
+0 −1 googletest/test/BUILD.bazel
+26 −28 googletest/test/googletest-death-test-test.cc
+3 −3 googletest/test/googletest-death-test_ex_test.cc
+13 −13 googletest/test/googletest-env-var-test_.cc
+2 −58 googletest/test/googletest-global-environment-unittest.py
+1 −1 googletest/test/googletest-listener-test.cc
+12 −12 googletest/test/googletest-options-test.cc
+2 −2 googletest/test/googletest-output-test_.cc
+25 −50 googletest/test/googletest-port-test.cc
+5 −1 googletest/test/gtest_environment_test.cc
+1 −2 googletest/test/gtest_help_test.py
+1 −1 googletest/test/gtest_pred_impl_unittest.cc
+21 −9 googletest/test/gtest_repeat_test.cc
+1 −1 googletest/test/gtest_throw_on_failure_ex_test.cc
+141 −152 googletest/test/gtest_unittest.cc
+62 −0 library.json

0 comments on commit d93c6e9

Please sign in to comment.