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 0412840 commit db7d0edCopy full SHA for db7d0ed
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.GetFile()));
+ EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.file));
106
}
107
108
bool ContainsCompileUnit(const SymbolContextList &sc_list,
0 commit comments