diff options
Diffstat (limited to 'llvm/unittests/IR')
-rw-r--r-- | llvm/unittests/IR/DomTreeUpdaterTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/IR/DomTreeUpdaterTest.cpp b/llvm/unittests/IR/DomTreeUpdaterTest.cpp index f431fa21039..242eee7d09e 100644 --- a/llvm/unittests/IR/DomTreeUpdaterTest.cpp +++ b/llvm/unittests/IR/DomTreeUpdaterTest.cpp @@ -295,7 +295,6 @@ TEST(DomTreeUpdater, LazyUpdateDTBasicOperations) { ASSERT_TRUE(isa<UnreachableInst>(BB3->getTerminator())); EXPECT_EQ(BB3->getParent(), F); DTU.recalculate(*F); - EXPECT_FALSE(DTU.hasPendingDeletedBB()); } |