vfio: remove a duplicated word in comments
[qemu/ar7.git] / tests / qapi-schema / union-unknown.json
blob5042b23197283e911a3ee1f69346e3d656b3d94b
1 # we reject a union with unknown type in branch
3 ##
4 # @Union:
5 ##
6 { 'union': 'Union',
7   'data': { 'unknown': 'MissingType' } }