diff options
Diffstat (limited to 'tests/qapi-schema/command-int.json')
-rw-r--r-- | tests/qapi-schema/command-int.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/command-int.json b/tests/qapi-schema/command-int.json index fcbb643..c90d408 100644 --- a/tests/qapi-schema/command-int.json +++ b/tests/qapi-schema/command-int.json @@ -1,3 +1,3 @@ -# FIXME: we should reject collisions between commands and types +# we reject collisions between commands and types { 'command': 'int', 'data': { 'character': 'str' }, 'returns': { 'value': 'int' } } |