mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
Adds "IWYU pragma: export" to gtest-param-util.h
PiperOrigin-RevId: 628105419 Change-Id: I364e8089b62050c44059e208b610e324eb5a656d
This commit is contained in:
parent
5a37b517ad
commit
d83fee138a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue