]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qapi-schema/struct-member-invalid-dict.json
tests/avocado: s390x cpu topology entitlement tests
[mirror_qemu.git] / tests / qapi-schema / struct-member-invalid-dict.json
CommitLineData
5bd18d98
MA
1# struct 'data' member with dict value is (longhand) member
2# definition, not inline complex type
3e6c8a63 3{ 'struct': 'Foo',
87adbbff 4 'data': { '*a': { 'case': 'foo' } } }