[PATCH] D146022: Remove an extra `//` in the IWYU pragma for gtest-matchers.h
Haojian Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 01:39:07 PDT 2023
hokein created this revision.
hokein added a reviewer: kadircet.
Herald added a project: All.
hokein requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
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.504982.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230314/f35af734/attachment.bin>
More information about the llvm-commits
mailing list