tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
[qemu/ar7.git] / tests / qapi-schema / features-name-bad-type.json
blobb07139978a231f32db1196a6e76d6b138f5a978a
1 { 'struct': 'FeatureStruct0',
2   'data': { 'foo': 'int' },
3   'features': [ { 'name': { 'feature-type': 'object' } } ] }