aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/returns-unknown.json
blob: 3837f0e60715ac3517625acd11759b177e0356cb (plain)
1
2
3
4
5
6
# we reject returns if it does not contain a known type

##
# @oops:
##
{ 'command': 'oops', 'returns': 'NoSuchType' }