Sign in
qemu
/
qemu
/
a6f8e0ae5a5223d421c986165310ef0bd252c3e0
/
.
/
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'
]
}