Skip to content

Commit cbd01f5

Browse files
authored
v8: only ignore test in third_party/zlib/google (#385)
This is needed to fix the Node.js v8-canary builds.
1 parent 7fdc596 commit cbd01f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/update-v8/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const googleTestReplace = `/third_party/googletest/src/*
2929
const zlibIgnore = `!/third_party/zlib
3030
/third_party/zlib/contrib/bench
3131
/third_party/zlib/contrib/tests
32-
/third_party/zlib/google`;
32+
/third_party/zlib/google/test`;
3333

3434
exports.v8Deps = [
3535
{

0 commit comments

Comments
 (0)