From d83fee138a9ae6cb7c03688a2d08d4043a39815d Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 25 Apr 2024 09:49:37 -0700 Subject: Adds "IWYU pragma: export" to gtest-param-util.h PiperOrigin-RevId: 628105419 Change-Id: I364e8089b62050c44059e208b610e324eb5a656d --- googletest/include/gtest/gtest-param-test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #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 { -- cgit v1.2.3