Files
xemu/tests/qapi-schema/alternate-unknown.json
T

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',
2015-09-29 16:21:05 -06:00
'data': { 'unknown': 'MissingType', 'i': 'int' } }