-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump extern/googletest from
530d5c8
to 4565741
Bumps [extern/googletest](https://github.com/google/googletest) from `530d5c8` to `4565741`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@530d5c8...4565741) --- updated-dependencies: - dependency-name: extern/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0e221b2
commit 13c60cc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule googletest
updated
24 files
+1 −0 | .gitignore | |
+57 −0 | MODULE.bazel | |
+14 −12 | WORKSPACE | |
+35 −0 | WORKSPACE.bzlmod | |
+6 −4 | ci/linux-presubmit.sh | |
+2 −1 | ci/macos-presubmit.sh | |
+2 −2 | ci/windows-presubmit.bat | |
+15 −5 | docs/advanced.md | |
+2 −2 | docs/primer.md | |
+2 −2 | docs/reference/mocking.md | |
+3 −1 | docs/reference/testing.md | |
+1 −1 | googlemock/include/gmock/gmock-more-actions.h | |
+1 −0 | googlemock/src/gmock-spec-builders.cc | |
+13 −1 | googlemock/test/gmock-more-actions_test.cc | |
+1 −1 | googletest/CMakeLists.txt | |
+35 −21 | googletest/include/gtest/gtest-printers.h | |
+1 −1 | googletest/include/gtest/internal/gtest-internal.h | |
+16 −7 | googletest/include/gtest/internal/gtest-port.h | |
+25 −6 | googletest/src/gtest.cc | |
+4 −1 | googletest/test/googletest-options-test.cc | |
+0 −5 | googletest/test/googletest-output-test-golden-lin.txt | |
+8 −4 | googletest/test/gtest_unittest.cc | |
+9 −6 | googletest/test/gtest_xml_output_unittest.py | |
+8 −8 | googletest_deps.bzl |