[Mlir-commits] [clang] [clang-tools-extra] [lldb] [llvm] [mlir] Remove unused variables in the monorepo (PR #204994)
Aaron Ballman
llvmlistbot at llvm.org
Tue Jun 23 05:39:25 PDT 2026
================
@@ -98,7 +98,6 @@ TEST_F(CodeCompletionTest, TwoDecls) {
TEST_F(CodeCompletionTest, CompFunDeclsNoError) {
auto Err = llvm::Error::success();
- auto comps = runComp("void app(", Err);
----------------
AaronBallman wrote:
This just removed the interesting part of the test. I think this should add an `EXPECT_EQ` on `comps.size()` as other tests do.
(In fact, I think this unit test will now fail because it sets `Err` to success and then expects it to be a failure?)
https://github.com/llvm/llvm-project/pull/204994
More information about the Mlir-commits
mailing list