migration: fix COLO broken caused by a previous commit
[qemu/kevin.git] / tests / qapi-schema / bad-if-empty.json
blobfe1dd4eca6bddaecaefe373bc49ec7c073ded87a
1 # check empty 'if'
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3   'if': '' }