Skip to content

Commit

Permalink
Roll external/googletest/ 2dd1c1319..829c19901 (1 commit) (#5444)
Browse files Browse the repository at this point in the history
* Roll external/googletest/ 2dd1c1319..116b7e552 (3 commits)

google/googletest@2dd1c13...116b7e5

$ git log 2dd1c1319..116b7e552 --date=short --no-merges --format='%ad %ae %s'
2023-10-19 absl-team Improve error message for invalid parameterized test names.
2023-10-17 absl-team s/::testing::/testing::/ in test documentation outside of using statements to align with best practice
2023-10-17 dinor gtest-death-test-internal: Delete obsolete string constants

Created with:
  roll-dep external/googletest

* Roll external/re2/ ece4cecab..928a015e6 (1 commit)

google/re2@ece4cec...928a015

$ git log ece4cecab..928a015e6 --date=short --no-merges --format='%ad %ae %s'
2023-10-18 junyer Improve comments about `absl::optional<T>` support.

Created with:
  roll-dep external/re2

* Roll external/spirv-headers/ 4183b260f..88bc5e321 (1 commit)

KhronosGroup/SPIRV-Headers@4183b26...88bc5e3

$ git log 4183b260f..88bc5e321 --date=short --no-merges --format='%ad %ae %s'
2023-10-18 bertrand.wlodarczyk Headers support for new FPGAMemoryAttributesINTEL (#384)

Created with:
  roll-dep external/spirv-headers

---------

Co-authored-by: GitHub Actions[bot] <>
  • Loading branch information
github-actions[bot] authored Oct 20, 2023
1 parent 73876de commit 1928c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ vars = {

'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',

'googletest_revision': '2dd1c131950043a8ad5ab0d2dda0e0970596586a',
'googletest_revision': '116b7e55281c4200151524b093ecc03757a4ffda',

# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',

're2_revision': 'ece4cecab5c8445d93abd98d88c899f370b4ea4a',
'spirv_headers_revision': '4183b260f4cccae52a89efdfcdd43c4897989f42',
're2_revision': '928a015e6ecc02519abb5d4a8732099545c48346',
'spirv_headers_revision': '88bc5e321c2839707df8b1ab534e243e00744177',
}

deps = {
Expand Down

0 comments on commit 1928c76

Please sign in to comment.