Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / tests / qapi-schema / enum-bad-prefix.json
blob996f628f6d0e19c4c445dd1477af3582b9e9b878
1 # The prefix must be a string type
2 { 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }