aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/bad-if-empty-list.json
blob: b62b5671df18aa6114105ea7a2ee88cc8a58c248 (plain)
1
2
3
# check empty 'if' list
{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
  'if': { 'all': [] } }