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


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/.*
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D146022: Remove an extr... Haojian Wu via Phabricator via cfe-commits

Reply via email to