diff --git a/lldb/test/API/functionalities/gdb_remote_client/a.yaml b/lldb/test/API/functionalities/gdb_remote_client/a.yaml index f4e9ff5d8722..6058b6ddd3c5 100644 --- a/lldb/test/API/functionalities/gdb_remote_client/a.yaml +++ b/lldb/test/API/functionalities/gdb_remote_client/a.yaml @@ -23,12 +23,13 @@ ProgramHeaders: VAddr: 0x1000 PAddr: 0x1000 Align: 0x4 - Sections: - - Section: .text + FirstSec: .text + LastSec: .text - Type: PT_LOAD Flags: [ PF_R, PF_W ] VAddr: 0x2000 PAddr: 0x1004 Align: 0x4 - Sections: - - Section: .data + FirstSec: .data + LastSec: .data +