From 45d66d81bec9edd1256b6edb7e519602b1d0d6de Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 16 Nov 2018 11:22:16 -0500 Subject: [PATCH] Googletest export Point IWYU at an existent path. PiperOrigin-RevId: 221797154 --- googletest/include/gtest/gtest-matchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/include/gtest/gtest-matchers.h b/googletest/include/gtest/gtest-matchers.h index 7edae593..3827d7ce 100644 --- a/googletest/include/gtest/gtest-matchers.h +++ b/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 "testing/base/public/gtest.h" +// IWYU pragma: private, include "testing/base/public/gunit.h" // IWYU pragma: friend third_party/googletest/googlemock/.* // IWYU pragma: friend third_party/googletest/googletest/.*