diff options
Diffstat (limited to 'lldb/unittests/SymbolFile/DWARF/DWARFDebugNamesIndexTest.cpp')
-rw-r--r-- | lldb/unittests/SymbolFile/DWARF/DWARFDebugNamesIndexTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/SymbolFile/DWARF/DWARFDebugNamesIndexTest.cpp b/lldb/unittests/SymbolFile/DWARF/DWARFDebugNamesIndexTest.cpp index e56e628..c5f811e 100644 --- a/lldb/unittests/SymbolFile/DWARF/DWARFDebugNamesIndexTest.cpp +++ b/lldb/unittests/SymbolFile/DWARF/DWARFDebugNamesIndexTest.cpp @@ -34,7 +34,7 @@ check_num_matches(DebugNamesDWARFIndex &index, int expected_num_matches, } static DWARFDeclContext::Entry make_entry(const char *c) { - return DWARFDeclContext::Entry(dwarf::DW_TAG_class_type, c); + return DWARFDeclContext::Entry(llvm::dwarf::DW_TAG_class_type, c); } TEST(DWARFDebugNamesIndexTest, FullyQualifiedQueryWithIDXParent) { |