]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/args-array-unknown.json
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
[mirror_qemu.git] / tests / qapi-schema / args-array-unknown.json
CommitLineData
dd883c6f 1# we reject an array for data if it does not contain a known type
0d8b9fb5 2{ 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }