Skip to content

Commit bc163f6

Browse files
committed
[lldb] Fix TestModuleGetXcodeSDK test after DWARFYAML change
D82622 / fe08ab5 changes the YAML format so this test was failing as the test yaml wasn't updated.
1 parent 0f8ca20 commit bc163f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/unittests/SymbolFile/DWARF/XcodeSDKModuleTests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ TEST_F(XcodeSDKModuleTests, TestModuleGetXcodeSDK) {
4747
- Attribute: DW_AT_APPLE_sdk
4848
Form: DW_FORM_strp
4949
debug_info:
50-
- Length:
51-
TotalLength: 8
50+
- Length: 8
5251
Version: 2
5352
AbbrOffset: 0
5453
AddrSize: 8

0 commit comments

Comments
 (0)