From e356807a795fe79a76ceb6b76d3b96591afb7108 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sun, 14 Apr 2019 17:24:22 -0400 Subject: deps,test: bump googletest to 39f72ea6f5 Refs: https://github.com/google/googletest/tree/39f72ea6f5cd458860b563d7bcb7ea67546e6ea3 PR-URL: https://github.com/nodejs/node/pull/27231 Reviewed-By: Richard Lau --- tools/license-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/license-builder.sh') diff --git a/tools/license-builder.sh b/tools/license-builder.sh index e0f039b45f..8c51b43e53 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -83,7 +83,7 @@ addlicense "cpplint.py" "tools/cpplint.py" \ "$(sed -e '/^$/,$d' -e 's/^#$//' -e 's/^# //' ${rootdir}/tools/cpplint.py | tail -n +3)" addlicense "ESLint" "tools/node_modules/eslint" "$(cat ${rootdir}/tools/node_modules/eslint/LICENSE)" addlicense "babel-eslint" "tools/node_modules/babel-eslint" "$(cat ${rootdir}/tools/node_modules/babel-eslint/LICENSE)" -addlicense "gtest" "deps/gtest" "$(cat ${rootdir}/deps/gtest/LICENSE)" +addlicense "gtest" "test/cctest/gtest" "$(cat ${rootdir}/test/cctest/gtest/LICENSE)" # nghttp2 addlicense "nghttp2" "deps/nghttp2" "$(cat ${rootdir}/deps/nghttp2/COPYING)" -- cgit v1.2.3