Skip to content

Commit 81c2024

Browse files
[memprof] Remove an unused using directive (#117004)
We've switched to LineLocation from FieldsAre, so we don't need this "using" directive anymore.
1 parent ba7cc95 commit 81c2024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ using namespace llvm;
2626
using namespace llvm::memprof;
2727
using testing::Contains;
2828
using testing::ElementsAre;
29-
using testing::FieldsAre;
3029
using testing::Pair;
3130
using testing::SizeIs;
3231
using testing::UnorderedElementsAre;

0 commit comments

Comments
 (0)