summary refs log tree commit diff stats
path: root/tests/qapi-schema/returns-array-bad.json
blob: 30528fed2995e0df9d28c3523b7ee7f2d7028afb (plain) (blame)
1
2
3
4
5
6
# we reject an array return that is not a single type

##
# @oops:
##
{ 'command': 'oops', 'returns': [ 'str', 'str' ] }