tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
[qemu/ar7.git] / tests / qapi-schema / struct-member-invalid-dict.json
blob9fe0d455a9b98fe2a608692c38a2bee9ab13736d
1 # Long form of member must have a value member 'type'
2 { 'struct': 'foo',
3   'data': { '*a': { 'case': 'foo' } } }