xref: /llvm-project/llvm/test/tools/yaml2obj/Minidump/systeminfo-other-not-hex.yaml (revision 63f0f54c89fba0dec12d4e169313d4b527348b52)
1# RUN: not yaml2obj %s 2>&1 | FileCheck %s
2
3--- !minidump
4Streams:
5  - Type:            SystemInfo
6    Processor Arch:  PPC
7    Platform ID:     Linux
8    CPU:
9      Features:        000102030405060708090a0b0c0d0e0g
10
11
12# CHECK: Invalid hex digit in input
13# CHECK-NEXT: Features:        000102030405060708090a0b0c0d0e0g
14