]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qapi-schema/bad-if-not.json
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging
[mirror_qemu.git] / tests / qapi-schema / bad-if-not.json
1 # check 'if not' with empy argument
2 { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'not': '' } }