Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into staging
[qemu/ar7.git] / tests / qapi-schema / returns-unknown.json
blob3837f0e60715ac3517625acd11759b177e0356cb
1 # we reject returns if it does not contain a known type
3 ##
4 # @oops:
5 ##
6 { 'command': 'oops', 'returns': 'NoSuchType' }