Sign in
qemu
/
qemu
/
b60520392daf977bca26010960f78c4885db7e9f
/
.
/
tests
/
qapi-schema
/
union-invalid-data.json
blob: 395ba24d39514e926d02b7c722333869bb7c48e8 [
file
] [
log
] [
blame
]
#
the union data type must be an object
.
{
'union'
:
'TestUnion'
,
'base'
:
'int'
,
'discriminator'
:
'int'
,
'data'
:
[
'rubbish'
,
'nonsense'
]
}