aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2024-11-20 09:10:02 -0800
committerGitHub <noreply@github.com>2024-11-20 09:10:02 -0800
commit81c2024311ab1f0a30c73df8d0957b86c5dac282 (patch)
tree2c3c91af544b90088c16d2675eb22f47fc550d72
parentba7cc955662cfebb614c6a37a7341ba6072a0b70 (diff)
downloadllvm-81c2024311ab1f0a30c73df8d0957b86c5dac282.zip
llvm-81c2024311ab1f0a30c73df8d0957b86c5dac282.tar.gz
llvm-81c2024311ab1f0a30c73df8d0957b86c5dac282.tar.bz2
[memprof] Remove an unused using directive (#117004)
We've switched to LineLocation from FieldsAre, so we don't need this "using" directive anymore.
-rw-r--r--llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp b/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
index fb87d64..f672ed2 100644
--- a/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
+++ b/llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp
@@ -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;