]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/alternate-unknown.json
Merge remote-tracking branch 'remotes/xtensa/tags/20170124-xtensa' into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-unknown.json
1 # we reject an alternate with unknown type in branch
2
3 ##
4 # @Alt:
5 ##
6 { 'alternate': 'Alt',
7 'data': { 'unknown': 'MissingType', 'i': 'int' } }