xref: /llvm-project/llvm/test/tools/yaml2obj/Minidump/raw-stream-small-size.yaml (revision 63f0f54c89fba0dec12d4e169313d4b527348b52)
1# RUN: not yaml2obj %s 2>&1 | FileCheck %s
2
3--- !minidump
4Streams:
5  - Type:            LinuxAuxv
6    Size:            7
7    Content:         DEADBEEFBAADF00D
8
9# CHECK: Stream size must be greater or equal to the content size
10