[PATCH] D146022: Remove an extra `//` in the IWYU pragma for gtest-matchers.h
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 14 05:12:27 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGca431a4fcbec: Remove an extra `//` in the IWYU pragma for gtest-matchers.h (authored by hokein).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146022/new/
https://reviews.llvm.org/D146022
Files:
third-party/unittest/googletest/include/gtest/gtest-matchers.h
Index: third-party/unittest/googletest/include/gtest/gtest-matchers.h
===================================================================
--- third-party/unittest/googletest/include/gtest/gtest-matchers.h
+++ 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/.*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146022.505043.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230314/34e34651/attachment.bin>
More information about the cfe-commits
mailing list