]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-conflict-string.json
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-string.json
CommitLineData
c0644771 1# alternate branches of 'str' type conflict with all scalar types
ab916fad 2{ 'alternate': 'Alt',
3d0c4829 3 'data': { 'one': 'str',
c0644771 4 'two': 'int' } }