summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/enum-bad-prefix.json
blob: 996f628f6d0e19c4c445dd1477af3582b9e9b878 (plain)
1
2
# The prefix must be a string type
{ 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }