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

7 lines
127 B
JSON

# we reject data if it does not contain a known type
##
# @oops:
##
{ 'command': 'oops', 'data': { 'member': 'NoSuchType' } }