tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
[qemu/ar7.git] / tests / qapi-schema / enum-int-member.json
blob6c9c32e149488e3faf7fd001e6db7ba69edef124
1 # we reject any enum member that is not a string
2 # FIXME: once the parser understands integer inputs, improve the error message
3 { 'enum': 'MyEnum', 'data': [ 1 ] }