qemu/tests/qapi-schema/alternate-unknown.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
128 B
JSON
Raw Normal View History

# we reject an alternate with unknown type in branch
{ 'alternate': 'Alt',
'data': { 'unknown': 'MissingType', 'i': 'int' } }