]> Git Repo - qemu.git/blob - tests/qapi-schema/args-array-unknown.json
tests/qapi-schema: Rename tests from data- to args-
[qemu.git] / tests / qapi-schema / args-array-unknown.json
1 # we reject an array for data if it does not contain a known type
2 { 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }
This page took 0.024801 seconds and 4 git commands to generate.