10 lines
226 B
YAML
10 lines
226 B
YAML
# RUN: not yaml2obj %s 2>&1 | FileCheck %s
|
|
|
|
--- !minidump
|
|
Streams:
|
|
- Type: LinuxAuxv
|
|
Size: 7
|
|
Content: DEADBEEFBAADF00D
|
|
|
|
# CHECK: Stream size must be greater or equal to the content size
|