aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-unknown.json
blob: 941ba1fac4b4e3b1128a3bc433e15c80b9ac3aeb (plain)
1
2
3
4
5
6
7
# we reject an alternate with unknown type in branch

##
# @Alt:
##
{ 'alternate': 'Alt',
  'data': { 'unknown': 'MissingType', 'i': 'int' } }