]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/bad-if-key.json
qapi: Improve error message for unexpected array types
[mirror_qemu.git] / tests / qapi-schema / bad-if-key.json
CommitLineData
5d83b9a1
MAL
1# check unknown 'if' dict key
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'value': 'defined(TEST_IF_STRUCT)' } }