Skip to content

Commit

Permalink
DI: Fix unit tests after r243160
Browse files Browse the repository at this point in the history
These always empty fields are gone, so don't test that they're empty.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243162 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dexonsmith committed Jul 24, 2015
1 parent e5f2fce commit d232d63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unittests/IR/MetadataTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1260,10 +1260,6 @@ TEST_F(DISubroutineTypeTest, get) {
EXPECT_EQ(nullptr, N->getScope());
EXPECT_EQ(nullptr, N->getFile());
EXPECT_EQ("", N->getName());
EXPECT_EQ(nullptr, N->getBaseType());
EXPECT_EQ(nullptr, N->getVTableHolder());
EXPECT_EQ(nullptr, N->getTemplateParams().get());
EXPECT_EQ("", N->getIdentifier());
}

typedef MetadataTest DIFileTest;
Expand Down

0 comments on commit d232d63

Please sign in to comment.