From ec5f8fac654e0b0d7245e9ee976351ddd51f9362 Mon Sep 17 00:00:00 2001 From: Georgii Rymar Date: Thu, 19 Mar 2020 17:42:36 +0300 Subject: [PATCH] [obj2yaml][test] - Update test after output change. D76227 changed the output. This test was forgotten because belonged to a different patch. --- test/tools/obj2yaml/rel-rela-section.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/tools/obj2yaml/rel-rela-section.yaml b/test/tools/obj2yaml/rel-rela-section.yaml index 18be5ff6f63..6bef1d30cad 100644 --- a/test/tools/obj2yaml/rel-rela-section.yaml +++ b/test/tools/obj2yaml/rel-rela-section.yaml @@ -7,13 +7,10 @@ ## Note: it is important to have at least two sections with sh_info == 0. ## Previously we printed a broken Info field in this case. -## FIXME: We should not print EntSize. Will be fixed by https://reviews.llvm.org/D76227. # YAML: - Name: .rela.dyn # YAML-NEXT: Type: SHT_RELA -# YAML-NEXT: EntSize: 0x0000000000000018 # YAML-NEXT: - Name: .rel.dyn # YAML-NEXT: Type: SHT_REL -# YAML-NEXT: EntSize: 0x0000000000000010 # YAML-NEXT: - Name --- !ELF