[LLDB][test] - Update one more test after the yaml2obj change.

I've missed this one.
This commit is contained in:
Georgii Rymar 2020-11-09 14:55:16 +03:00
parent 42732d33cc
commit 57f87977f5
1 changed files with 5 additions and 4 deletions

View File

@ -23,12 +23,13 @@ ProgramHeaders:
VAddr: 0x1000 VAddr: 0x1000
PAddr: 0x1000 PAddr: 0x1000
Align: 0x4 Align: 0x4
Sections: FirstSec: .text
- Section: .text LastSec: .text
- Type: PT_LOAD - Type: PT_LOAD
Flags: [ PF_R, PF_W ] Flags: [ PF_R, PF_W ]
VAddr: 0x2000 VAddr: 0x2000
PAddr: 0x1004 PAddr: 0x1004
Align: 0x4 Align: 0x4
Sections: FirstSec: .data
- Section: .data LastSec: .data