blob: 09cdc4bff6567b59e49d813ed02485b8cd5a3719 [file] [log] [blame]
# RUN: not yaml2obj %s 2>&1 | FileCheck %s
---
DummyData:
foo: 0
...
# CHECK: YAML:4:1: error: YAML Object File missing document type tag!
# CHECK: error: Failed to parse YAML input!