forked from ParadoxGameConverters/commonItems
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…erters#248) Bumps [external/googletest](https://github.com/google/googletest) from `dddb219` to `4565741`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@dddb219...4565741) --- updated-dependencies: - dependency-name: external/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1d047c3
commit a5f5c99
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule googletest
updated
19 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 | |
+3 −1 | docs/reference/testing.md | |
+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 |