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