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, 1 insertions, 2 deletions
diff --git a/qemu/tests/qapi-schema/command-int.json b/qemu/tests/qapi-schema/command-int.json index c90d408ab..9a62554fc 100644 --- a/qemu/tests/qapi-schema/command-int.json +++ b/qemu/tests/qapi-schema/command-int.json @@ -1,3 +1,2 @@ # we reject collisions between commands and types -{ 'command': 'int', 'data': { 'character': 'str' }, - 'returns': { 'value': 'int' } } +{ 'command': 'int', 'data': { 'character': 'str' } } |