s390x: upgrade status of KVM cores to "supported"
[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', ''] }