diff --git a/third-party/unittest/googletest/include/gtest/gtest-matchers.h b/third-party/unittest/googletest/include/gtest/gtest-matchers.h index 667d16e6e727..12584b70763f 100644 --- a/third-party/unittest/googletest/include/gtest/gtest-matchers.h +++ b/third-party/unittest/googletest/include/gtest/gtest-matchers.h @@ -32,7 +32,7 @@ // This file implements just enough of the matcher interface to allow // EXPECT_DEATH and friends to accept a matcher argument. -// // IWYU pragma: private, include "gtest/gtest.h" +// IWYU pragma: private, include "gtest/gtest.h" // IWYU pragma: friend gtest/.* // IWYU pragma: friend gmock/.*