Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / tests / qapi-schema / enum-bad-member.json
blob98da6828b46dd64b65647ca703a5025aaf0585db
1 # we reject any enum member that is not a string
2 { 'enum': 'MyEnum', 'data': [ [ ] ] }