]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-base.json
qapi: Reject blank 'if' conditions in addition to empty ones
[mirror_qemu.git] / tests / qapi-schema / alternate-base.json
CommitLineData
ab916fad 1# we reject alternate with base type
895a2a80 2{ 'struct': 'Base',
3d0c4829 3 'data': { 'string': 'str' } }
ab916fad 4{ 'alternate': 'Alt',
3d0c4829 5 'base': 'Base',
3d0c4829 6 'data': { 'number': 'int' } }