Remove an extra `//` in the IWYU pragma for gtest-matchers.h
authorHaojian Wu <hokein.wu@gmail.com>
Tue, 14 Mar 2023 08:37:18 +0000 (09:37 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Tue, 14 Mar 2023 12:11:53 +0000 (13:11 +0100)
Differential Revision: https://reviews.llvm.org/D146022

third-party/unittest/googletest/include/gtest/gtest-matchers.h

index 667d16e..12584b7 100644 (file)
@@ -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/.*