]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/alternate-conflict-bool-string.json
Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging
[mirror_qemu.git] / tests / qapi-schema / alternate-conflict-bool-string.json
CommitLineData
fda72ab4
EH
1# alternate branches of 'str' type conflict with all scalar types
2{ 'alternate': 'Alt',
3 'data': { 'one': 'bool',
4 'two': 'str' } }