Remove an extra // in the IWYU pragma for gtest-matchers.h

Differential Revision: https://reviews.llvm.org/D146022
This commit is contained in:
Haojian Wu 2023-03-14 09:37:18 +01:00
parent 96615c856d
commit ca431a4fcb

View 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/.*