summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorHaojian Wu <hokein.wu@gmail.com>2023-03-14 09:37:18 +0100
committerHaojian Wu <hokein.wu@gmail.com>2023-03-14 13:11:53 +0100
commitca431a4fcbec372f1bce34b498576c641b98040c (patch)
treea759c9289c884a9a1a8530659d805fdf7e131d8f /third-party
parent96615c856df50d68f41f2f72c12e5bb912def9bf (diff)
downloadllvm-ca431a4fcbec372f1bce34b498576c641b98040c.tar.gz
Remove an extra `//` in the IWYU pragma for gtest-matchers.h
Differential Revision: https://reviews.llvm.org/D146022
Diffstat (limited to 'third-party')
-rw-r--r--third-party/unittest/googletest/include/gtest/gtest-matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/unittest/googletest/include/gtest/gtest-matchers.h b/third-party/unittest/googletest/include/gtest/gtest-matchers.h
index 667d16e6e727..12584b70763f 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/.*