Sign in
qemu
/
qemu
/
7e6b5497eaf29b5a615f5ee93a6cc2412df516a5
/
.
/
tests
/
qapi-schema
/
returns-array-bad.json
blob: 09b0b1f1827a182abb6eb0f8187a30afcc5d2f61 [
file
] [
log
] [
blame
]
#
we reject an array return that is not a single type
{
'command'
:
'oops'
,
'returns'
:
[
'str'
,
'str'
]
}