Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
tools
/
yaml2obj
/
missing_document_tag.yaml
blob: 8cfd9a16700a30ab95ecac5014ac3f97ced8f172 [
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: yaml2obj: Failed to parse YAML file!