xref: /openbmc/qemu/tests/qapi-schema/returns-unknown.json (revision 3c2758c286fbb82973471d09f5977dc5ece37137)
1# we reject returns if it does not contain a known type
2{ 'command': 'oops', 'returns': 'NoSuchType' }
3