[yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAML
authorSimon Atanasyan <simon@atanasyan.com>
Fri, 9 May 2014 13:57:33 +0000 (13:57 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Fri, 9 May 2014 13:57:33 +0000 (13:57 +0000)
map keys.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208412 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/X86/yaml2obj-elf-x86-rel.yaml

index 2a4cbb8b1c9a204f7728c215dff554ffbdd40358..5ca6614d2380680c48742940662b419bfa1272a1 100644 (file)
@@ -1,6 +1,5 @@
 # RUN: yaml2obj -format=elf %s > %t
 # RUN: llvm-readobj -r %t | FileCheck %s
-# XFAIL: vg_leak
 
 # CHECK:      Relocations [
 # CHECK-NEXT:   Section (2) .rel.text {
@@ -16,13 +15,11 @@ FileHeader:
 Sections:
   - Type:            SHT_PROGBITS
     Name:            .text
-    Type:            SHT_PROGBITS
     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
     AddressAlign:    0x04
     Content:         0000000000000000
   - Type:            SHT_REL
     Name:            .rel.text
-    Type:            SHT_REL
     Link:            .symtab
     Info:            .text
     AddressAlign:    0x04