Sign in
qemu
/
qemu
/
479b5998d4149bef94a5900291b51804eff39a3d
/
.
/
tests
/
qapi-schema
/
returns-array-bad.json
blob: 09b0b1f1827a182abb6eb0f8187a30afcc5d2f61 [
file
] [
log
] [
blame
]
Eric Blake
dd883c6
2015-05-04 09:05:21 -0600
[
diff
] [
blame
]
1
#
we reject an array return that is not a single type
Eric Blake
0d8b9fb
2015-05-04 09:05:20 -0600
[
diff
] [
blame
]
2
{
'command'
:
'oops'
,
'returns'
:
[
'str'
,
'str'
]
}