]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/union-unknown.json
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging
[mirror_qemu.git] / tests / qapi-schema / union-unknown.json
1 # we reject a union with unknown type in branch
2 { 'union': 'Union',
3 'data': { 'unknown': ['MissingType'] } }