mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 08:16:06 +00:00
[memprof] Remove an unused using directive (#117004)
We've switched to LineLocation from FieldsAre, so we don't need this "using" directive anymore.
This commit is contained in:
parent
ba7cc95566
commit
81c2024311
@ -26,7 +26,6 @@ using namespace llvm;
|
||||
using namespace llvm::memprof;
|
||||
using testing::Contains;
|
||||
using testing::ElementsAre;
|
||||
using testing::FieldsAre;
|
||||
using testing::Pair;
|
||||
using testing::SizeIs;
|
||||
using testing::UnorderedElementsAre;
|
||||
|
Loading…
x
Reference in New Issue
Block a user