tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
[qemu/ar7.git] / tests / qapi-schema / bad-type-int.json
blobf3ad803cb6e9cd205c1197246c3e2aef224805b3
1 # we reject an expression with a metatype that is not a string
2 # FIXME: once the parser understands integer inputs, improve the error message
3 { 'struct': 123, 'data': { } }