diff options
Diffstat (limited to 'qemu/tests/qapi-schema/command-int.json')
-rw-r--r-- | qemu/tests/qapi-schema/command-int.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/command-int.json b/qemu/tests/qapi-schema/command-int.json new file mode 100644 index 000000000..c90d408ab --- /dev/null +++ b/qemu/tests/qapi-schema/command-int.json @@ -0,0 +1,3 @@ +# we reject collisions between commands and types +{ 'command': 'int', 'data': { 'character': 'str' }, + 'returns': { 'value': 'int' } } |