Skip to content

Commit 702684c

Browse files
nodejs-github-botrichardlau
authored andcommitted
deps: update googletest to b10fad3
PR-URL: #50555 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent f109961 commit 702684c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎deps/googletest/src/gtest.cc‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#include<algorithm>
4444
#include<chrono>// NOLINT
4545
#include<cmath>
46+
#include<csignal>// NOLINT: raise(3) is used on some platforms
4647
#include<cstdint>
4748
#include<cstdlib>
4849
#include<cstring>

‎doc/contributing/maintaining/maintaining-dependencies.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This a list of all the dependencies:
1515
*[c-ares 1.20.1][]
1616
*[cjs-module-lexer 1.2.2][]
1717
*[corepack][]
18-
*[googletest 116b7e5][]
18+
*[googletest b10fad3][]
1919
*[histogram 0.11.8][]
2020
*[icu-small 74.1][]
2121
*[libuv 1.46.0][]
@@ -189,7 +189,7 @@ In practical terms, Corepack will let you use Yarn and pnpm without having to
189189
install them - just like what currently happens with npm, which is shipped
190190
by Node.js by default.
191191

192-
### googletest 116b7e5
192+
### googletest b10fad3
193193

194194
The [googletest](https://github.com/google/googletest) dependency is Google’s
195195
C++ testing and mocking framework.
@@ -326,7 +326,7 @@ performance improvements not currently available in standard zlib.
326326
[cjs-module-lexer 1.2.2]: #cjs-module-lexer-122
327327
[corepack]: #corepack
328328
[dependency-update-action]: ../../../.github/workflows/tools.yml
329-
[googletest 116b7e5]: #googletest-116b7e5
329+
[googletest b10fad3]: #googletest-b10fad3
330330
[histogram 0.11.8]: #histogram-0118
331331
[icu-small 74.1]: #icu-small-741
332332
[libuv 1.46.0]: #libuv-1460

0 commit comments

Comments
(0)