We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3049c commit 113214eCopy full SHA for 113214e
lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
@@ -102,7 +102,7 @@ class SymbolFilePDBTests : public testing::Test {
102
EXPECT_EQ(line, entry.line);
103
EXPECT_EQ(address, entry.range.GetBaseAddress());
104
105
- EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.file));
+ EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.GetFile()));
106
}
107
108
bool ContainsCompileUnit(const SymbolContextList &sc_list,
0 commit comments