From ed6e71e22ee7f8b8e92f0d6d8dbe020ef375e87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 14 Feb 2020 15:26:54 +0100 Subject: [PATCH] v8: only ignore test in third_party/zlib/google This is needed to fix the Node.js v8-canary builds. --- lib/update-v8/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/update-v8/constants.js b/lib/update-v8/constants.js index 801d045f..65d4675e 100644 --- a/lib/update-v8/constants.js +++ b/lib/update-v8/constants.js @@ -29,7 +29,7 @@ const googleTestReplace = `/third_party/googletest/src/* const zlibIgnore = `!/third_party/zlib /third_party/zlib/contrib/bench /third_party/zlib/contrib/tests -/third_party/zlib/google`; +/third_party/zlib/google/test`; exports.v8Deps = [ {