Files
clang-p2996/llvm/test/ObjectYAML/wasm/header_invalid_version.yaml
2017-04-14 18:43:57 +00:00

7 lines
180 B
YAML

# RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s
--- !WASM
FileHeader:
Version: 0x00000002
...
# CHECK: Error: 'Invalid data was encountered while parsing the file'