]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/bad-if-keys.json
qapi: Improve error message for unexpected array types
[mirror_qemu.git] / tests / qapi-schema / bad-if-keys.json
CommitLineData
5d83b9a1
MAL
1# check multiple 'if' keys
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'any': ['ANY'], 'all': ['ALL'] } }