]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/bad-if-all.json
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-pull...
[mirror_qemu.git] / tests / qapi-schema / bad-if-all.json
CommitLineData
5d83b9a1
MAL
1# check 'if all' is not a list
2{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' },
3 'if': { 'all': 'ALL' } }