Skip to content

Commit

Permalink
Adds "IWYU pragma: export" to gtest-param-util.h
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628105419
Change-Id: I364e8089b62050c44059e208b610e324eb5a656d
  • Loading branch information
Abseil Team authored and Copybara-Service committed Apr 25, 2024
1 parent 5a37b51 commit d83fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googletest/include/gtest/gtest-param-test.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d83fee1

Please sign in to comment.