1# RUN: not yaml2obj %s 2>&1 | FileCheck %s 2 3--- !minidump 4Streams: 5 - Type: SystemInfo 6 Processor Arch: X86 7 Platform ID: Linux 8 CPU: 9 Vendor ID: LLVMLLVMLLV 10 Version Info: 0x01020304 11 Feature Info: 0x05060708 12 AMD Extended Features: 0x09000102 13 14# CHECK: String too short 15# CHECK-NEXT: Vendor ID: LLVMLLVMLLV 16