hw/display/xlnx_dp: Free FIFOs adding xlnx_dp_finalize()
[qemu/ar7.git] / tests / qapi-schema / returns-array-bad.json
blob09b0b1f1827a182abb6eb0f8187a30afcc5d2f61
1 # we reject an array return that is not a single type
2 { 'command': 'oops', 'returns': [ 'str', 'str' ] }