aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2024-03-15 17:43:32 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2024-03-15 17:47:04 -0700
commit113214e15b5ce3f3ec313eb1fa91a7038ecd072f (patch)
tree30e749ff87b9f33ac66e98a470bb8c838691cf6d /lldb/unittests
parent6c3049cd683bac91bd815288d82b25cf695690cc (diff)
downloadllvm-113214e15b5ce3f3ec313eb1fa91a7038ecd072f.zip
llvm-113214e15b5ce3f3ec313eb1fa91a7038ecd072f.tar.gz
llvm-113214e15b5ce3f3ec313eb1fa91a7038ecd072f.tar.bz2
[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)
Diffstat (limited to 'lldb/unittests')
-rw-r--r--lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp b/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
index f237dd6..4379ffa 100644
--- a/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
+++ b/lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
@@ -102,7 +102,7 @@ protected:
EXPECT_EQ(line, entry.line);
EXPECT_EQ(address, entry.range.GetBaseAddress());
- EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.file));
+ EXPECT_TRUE(FileSpecMatchesAsBaseOrFull(spec, entry.GetFile()));
}
bool ContainsCompileUnit(const SymbolContextList &sc_list,