From ca431a4fcbec372f1bce34b498576c641b98040c Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Tue, 14 Mar 2023 09:37:18 +0100 Subject: [PATCH] Remove an extra `//` in the IWYU pragma for gtest-matchers.h Differential Revision: https://reviews.llvm.org/D146022 --- third-party/unittest/googletest/include/gtest/gtest-matchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/unittest/googletest/include/gtest/gtest-matchers.h b/third-party/unittest/googletest/include/gtest/gtest-matchers.h index 667d16e..12584b7 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/.* -- 2.7.4