aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2024-04-25 09:49:37 -0700
committerCopybara-Service <copybara-worker@google.com>2024-04-25 09:50:29 -0700
commitd83fee138a9ae6cb7c03688a2d08d4043a39815d (patch)
tree5bae9bc274d04090735621ef371b294bfe2f0160
parent5a37b517ad4ab6738556f0284c256cae1466c5b4 (diff)
downloadgoogletest-upstream-main.tar.gz
Adds "IWYU pragma: export" to gtest-param-util.hupstream-main
PiperOrigin-RevId: 628105419 Change-Id: I364e8089b62050c44059e208b610e324eb5a656d
-rw-r--r--googletest/include/gtest/gtest-param-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-param-test.h b/googletest/include/gtest/gtest-param-test.h
index 6847b646..55ee088b 100644
--- a/googletest/include/gtest/gtest-param-test.h
+++ b/googletest/include/gtest/gtest-param-test.h
@@ -178,7 +178,7 @@ TEST_P(DerivedTest, DoesBlah) {
#include <utility>
#include "gtest/internal/gtest-internal.h"
-#include "gtest/internal/gtest-param-util.h"
+#include "gtest/internal/gtest-param-util.h" // IWYU pragma: export
#include "gtest/internal/gtest-port.h"
namespace testing {