-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update deps/googletest digest to 3527883
- Loading branch information
1 parent
18b6191
commit 37fc935
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule googletest
updated
16 files
+13 −13 | BUILD.bazel | |
+1 −1 | CMakeLists.txt | |
+3 −5 | MODULE.bazel | |
+5 −9 | README.md | |
+36 −3 | WORKSPACE | |
+23 −30 | docs/quickstart-bazel.md | |
+53 −14 | googlemock/include/gmock/gmock-actions.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 | |
+0 −1 | googlemock/test/gmock-matchers-comparisons_test.cc | |
+1 −1 | googlemock/test/gmock_link_test.h | |
+1 −1 | googletest/README.md | |
+10 −10 | googletest_deps.bzl |