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