Skip to content

Commit db7d0ed

Browse files
committed
Revert "[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d)"
This reverts commit 113214e as the corresponding change was reverted in a289f66.
1 parent 0412840 commit db7d0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class SymbolFilePDBTests : public testing::Test {
102102
EXPECT_EQ(line, entry.line);
103103
EXPECT_EQ(address, entry.range.GetBaseAddress());
104104

105-
EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.GetFile()));
105+
EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.file));
106106
}
107107

108108
bool ContainsCompileUnit(const SymbolContextList &sc_list,

0 commit comments

Comments
 (0)