Skip to content

Commit 113214e

Browse files
committed
[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d)
1 parent 6c3049c commit 113214e

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.file));
105+
EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.GetFile()));
106106
}
107107

108108
bool ContainsCompileUnit(const SymbolContextList &sc_list,

0 commit comments

Comments
 (0)