Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / yaml2obj / minidump-raw-stream-small-size.yaml
blobbb7a4545347919f521e851ddd2cc002b65269e4c
1 # RUN: not yaml2obj %s 2>&1 | FileCheck %s
3 --- !minidump
4 Streams:
5   - Type:            LinuxAuxv
6     Size:            7
7     Content:         DEADBEEFBAADF00D
9 # CHECK: Stream size must be greater or equal to the content size