Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / bad-if-list.json
blob49ced9b9cac450331b8dbe885da948169ec392c8
1 # check invalid 'if' content
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': ['foo', ''] }