You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RUN: not yaml2obj %s 2>&1 | FileCheck %s
|
|
|
|
--- !minidump
|
|
Streams:
|
|
- Type: SystemInfo
|
|
Processor Arch: PPC
|
|
Platform ID: Linux
|
|
CPU:
|
|
Features: 000102030405060708090a0b0c0d0e0f0
|
|
|
|
|
|
# CHECK: String too long
|
|
# CHECK-NEXT: Features: 000102030405060708090a0b0c0d0e0f0
|