Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / enum-if-invalid.json
blob60bd0ef1d7142ae25f59f2308d19351f366e30e7
1 # check invalid 'if' type
2 { 'enum': 'TestIfEnum', 'data':
3   [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }