]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/bad-if.json
qapi: Improve error message for unexpected array types
[mirror_qemu.git] / tests / qapi-schema / bad-if.json
CommitLineData
967c8851
MAL
1# check invalid 'if' type
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
8a9f1e1d 3 'if': ['TEST_IF_STRUCT'] }