]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/struct-member-if-invalid.json
tests/avocado: s390x cpu topology entitlement tests
[mirror_qemu.git] / tests / qapi-schema / struct-member-if-invalid.json
CommitLineData
ef91ab0d 1# Cover member with invalid 'if'
ef91ab0d
MA
2{ 'struct': 'Stru',
3 'data': { 'member': { 'type': 'int', 'if': true } } }