aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/union-unknown.json
blob: 5042b23197283e911a3ee1f69346e3d656b3d94b (plain)
1
2
3
4
5
6
7
# we reject a union with unknown type in branch

##
# @Union:
##
{ 'union': 'Union',
  'data': { 'unknown': 'MissingType' } }