Merge "Adding breaktrace & disabling timer migration"
[kvmfornfv.git] / qemu / tests / qapi-schema / returns-array-bad.json
1 # we reject an array return that is not a single type
2 { 'command': 'oops', 'returns': [ 'str', 'str' ] }