]> Git Repo - qemu.git/blob - tests/qapi-schema/enum-bad-prefix.json
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
[qemu.git] / tests / qapi-schema / enum-bad-prefix.json
1 # The prefix must be a string type
2 { 'enum': 'MyEnum', 'data': [ 'one' ], 'prefix': [ 'fish' ] }
This page took 0.025506 seconds and 4 git commands to generate.