From 57f87977f53fd1c06fee669511520f33cdc85a20 Mon Sep 17 00:00:00 2001 From: Georgii Rymar Date: Mon, 9 Nov 2020 14:55:16 +0300 Subject: [PATCH] [LLDB][test] - Update one more test after the yaml2obj change. I've missed this one. --- lldb/test/API/functionalities/gdb_remote_client/a.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 +