qapi: Fix file name in error messages for included files
[qemu.git] / tests / qapi-schema / alternate-unknown.json
blobad5c1030286336de436a74d50e5e760b9fc1fac6
1 # we reject an alternate with unknown type in branch
2 { 'alternate': 'Alt',
3   'data': { 'unknown': 'MissingType' } }