Skip to content

Commit 3b15eb5

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update googletest to d83fee1
PR-URL: #51657 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 4190d70 commit 3b15eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/googletest/include/gtest/gtest-param-test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ TEST_P(DerivedTest, DoesBlah) {
178178
#include <utility>
179179

180180
#include "gtest/internal/gtest-internal.h"
181-
#include "gtest/internal/gtest-param-util.h"
181+
#include "gtest/internal/gtest-param-util.h" // IWYU pragma: export
182182
#include "gtest/internal/gtest-port.h"
183183

184184
namespace testing {

0 commit comments

Comments
 (0)