diff options
author | Abseil Team <absl-team@google.com> | 2018-11-16 11:22:16 -0500 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-11-20 13:29:32 -0500 |
commit | 45d66d81bec9edd1256b6edb7e519602b1d0d6de (patch) | |
tree | 46704e48e50e4ee9be2bff3499e4f1828f4dce25 | |
parent | 8e86f67261649621baf39e8c4368ae224c2193f6 (diff) | |
download | googletest-45d66d81bec9edd1256b6edb7e519602b1d0d6de.tar.gz googletest-45d66d81bec9edd1256b6edb7e519602b1d0d6de.tar.bz2 googletest-45d66d81bec9edd1256b6edb7e519602b1d0d6de.zip |
Googletest export
Point IWYU at an existent path.
PiperOrigin-RevId: 221797154
-rw-r--r-- | googletest/include/gtest/gtest-matchers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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/.* |