deps: update googletest to b10fad3
PR-URL: https://github.com/nodejs/node/pull/50555 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
parent
7bfb087727
commit
8d7d11d701
1
deps/googletest/src/gtest.cc
vendored
1
deps/googletest/src/gtest.cc
vendored
@ -43,6 +43,7 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <chrono> // NOLINT
|
#include <chrono> // NOLINT
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <csignal> // NOLINT: raise(3) is used on some platforms
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
@ -15,7 +15,7 @@ This a list of all the dependencies:
|
|||||||
* [c-ares 1.20.1][]
|
* [c-ares 1.20.1][]
|
||||||
* [cjs-module-lexer 1.2.2][]
|
* [cjs-module-lexer 1.2.2][]
|
||||||
* [corepack][]
|
* [corepack][]
|
||||||
* [googletest 116b7e5][]
|
* [googletest b10fad3][]
|
||||||
* [histogram 0.11.8][]
|
* [histogram 0.11.8][]
|
||||||
* [icu-small 74.1][]
|
* [icu-small 74.1][]
|
||||||
* [libuv 1.46.0][]
|
* [libuv 1.46.0][]
|
||||||
@ -190,7 +190,7 @@ In practical terms, Corepack will let you use Yarn and pnpm without having to
|
|||||||
install them - just like what currently happens with npm, which is shipped
|
install them - just like what currently happens with npm, which is shipped
|
||||||
by Node.js by default.
|
by Node.js by default.
|
||||||
|
|
||||||
### googletest 116b7e5
|
### googletest b10fad3
|
||||||
|
|
||||||
The [googletest](https://github.com/google/googletest) dependency is Google’s
|
The [googletest](https://github.com/google/googletest) dependency is Google’s
|
||||||
C++ testing and mocking framework.
|
C++ testing and mocking framework.
|
||||||
@ -332,7 +332,7 @@ performance improvements not currently available in standard zlib.
|
|||||||
[cjs-module-lexer 1.2.2]: #cjs-module-lexer-122
|
[cjs-module-lexer 1.2.2]: #cjs-module-lexer-122
|
||||||
[corepack]: #corepack
|
[corepack]: #corepack
|
||||||
[dependency-update-action]: ../../../.github/workflows/tools.yml
|
[dependency-update-action]: ../../../.github/workflows/tools.yml
|
||||||
[googletest 116b7e5]: #googletest-116b7e5
|
[googletest b10fad3]: #googletest-b10fad3
|
||||||
[histogram 0.11.8]: #histogram-0118
|
[histogram 0.11.8]: #histogram-0118
|
||||||
[icu-small 74.1]: #icu-small-741
|
[icu-small 74.1]: #icu-small-741
|
||||||
[libuv 1.46.0]: #libuv-1460
|
[libuv 1.46.0]: #libuv-1460
|
||||||
|
Loading…
x
Reference in New Issue
Block a user