From 1d27406135d541db5536fbeabd09b65c4ba618ba Mon Sep 17 00:00:00 2001 From: Chijun Sima Date: Sat, 7 Jul 2018 16:22:22 +0000 Subject: Test commit llvm-svn: 336485 --- llvm/unittests/IR/DomTreeUpdaterTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/unittests/IR/DomTreeUpdaterTest.cpp') 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(BB3->getTerminator())); EXPECT_EQ(BB3->getParent(), F); DTU.recalculate(*F); - EXPECT_FALSE(DTU.hasPendingDeletedBB()); } -- cgit v1.2.3