Merge tag 'pull-target-arm-20240701' of https://git.linaro.org/people/pmaydell/qemu...
[qemu/kevin.git] / tests / qapi-schema / args-array-unknown.json
blob6f3e883315c634c24bb4d2f77281647d016942c8
1 # we reject an array for data if it does not contain a known type
2 { 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }