aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/bad-if-all.json
blob: 44837d398115fe70f611929f38d15bd61116baa4 (plain)
1
2
3
# check 'if all' is not a list
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
  'if': { 'all': 'ALL' } }