]> Git Repo - qemu.git/blame - tests/qapi-schema/alternate-conflict-dict.json
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / tests / qapi-schema / alternate-conflict-dict.json
CommitLineData
ab916fad 1# we reject alternates with multiple object branches
895a2a80 2{ 'struct': 'One',
3d0c4829 3 'data': { 'name': 'str' } }
895a2a80 4{ 'struct': 'Two',
3d0c4829 5 'data': { 'value': 'int' } }
ab916fad 6{ 'alternate': 'Alt',
3d0c4829
EB
7 'data': { 'one': 'One',
8 'two': 'Two' } }
This page took 0.035398 seconds and 4 git commands to generate.