]> Git Repo - qemu.git/blame - tests/qapi-schema/alternate-conflict-enum-bool.json
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into staging
[qemu.git] / tests / qapi-schema / alternate-conflict-enum-bool.json
CommitLineData
c0644771
MA
1# alternate branch of 'enum' type that conflicts with bool
2{ 'enum': 'Enum',
3 'data': [ 'aus', 'off' ] }
4{ 'alternate': 'Alt',
5 'data': { 'one': 'Enum',
6 'two': 'bool' } }
This page took 0.128972 seconds and 4 git commands to generate.