This revision was automatically updated to reflect the committed changes.
Closed by commit rGca431a4fcbec: Remove an extra `//` in the IWYU pragma for 
gtest-matchers.h (authored by hokein).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146022/new/

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

Reply via email to