Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / obj2yaml / DXContainer / InvalidOffset.yaml
blob0ba4980a50b290bcbf537ff84803b34c18d3a487
1 # RUN: not yaml2obj %s 2>&1 | FileCheck %s 
3 # CHECK: yaml2obj: error: Offset mismatch, not enough space for data.
4 --- !dxcontainer
5 Header:
6   Hash:            [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 
7                      0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
8   Version:
9     Major:           1
10     Minor:           0
11   FileSize:        32
12   PartCount:       1
13   PartOffsets:     [ 0 ]
14 Parts:
15   - Name:            FKE0
16     Size:            8
17 ...