Roll external/googletest/ 6f01e3dc1..e9fb5c7ba (2 commits) (#5175)

6f01e3dc12...e9fb5c7bac

$ git log 6f01e3dc1..e9fb5c7ba --date=short --no-merges --format='%ad %ae %s'
2023-03-24 absl-team Replace `const char*` with `absl::string_view` as the latter is preferred.
2023-03-24 absl-team Internal Code Change

Created with:
  roll-dep external/googletest

Co-authored-by: GitHub Actions[bot] <>
This commit is contained in:
github-actions[bot] 2023-03-25 08:06:26 -04:00 committed by GitHub
parent b4e0850ef7
commit f9f31fa5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
DEPS
View File

@ -5,7 +5,7 @@ vars = {
'effcee_revision': '66edefd2bb641de8a2f46b476de21f227fc03a28',
'googletest_revision': '6f01e3dc125e82f2d3d87839a8be52f610c732ea',
'googletest_revision': 'e9fb5c7bacc4a25b030569c92ff9f6925288f1c3',
# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v3.13.0.1',