forked from OSchip/llvm-project
[clangd] Remove unused using-declaration testing::AllOf
llvm-svn: 343039
This commit is contained in:
parent
34e24d5b6a
commit
cfac25c3bd
|
@ -13,7 +13,6 @@
|
|||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using testing::AllOf;
|
||||
using testing::UnorderedElementsAre;
|
||||
using testing::UnorderedElementsAreArray;
|
||||
namespace clang {
|
||||
|
|
Loading…
Reference in New Issue