From bc163f63245e88f18de44f8a13a5c94e78cb18bd Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 30 Jun 2020 14:05:10 +0200 Subject: [PATCH] [lldb] Fix TestModuleGetXcodeSDK test after DWARFYAML change D82622 / fe08ab542bd6328a7906e38ae473cf655eb6a228 changes the YAML format so this test was failing as the test yaml wasn't updated. --- lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp b/lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp index ac2c9fe..399eaf7 100644 --- a/lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp +++ b/lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp @@ -47,8 +47,7 @@ debug_abbrev: - Attribute: DW_AT_APPLE_sdk Form: DW_FORM_strp debug_info: - - Length: - TotalLength: 8 + - Length: 8 Version: 2 AbbrOffset: 0 AddrSize: 8 -- 2.7.4