qemu-e2k/tests/qapi-schema/args-array-unknown.json

7 lines
143 B
JSON

# we reject an array for data if it does not contain a known type
##
# @oops:
##
{ 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } }