Skip to content

Commit 34708d1

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update googletest to d83fee1
PR-URL: #51657 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c1d3e55 commit 34708d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)