diff options
Diffstat (limited to 'tests/qapi-schema/command-int.json')
-rw-r--r-- | tests/qapi-schema/command-int.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/command-int.json b/tests/qapi-schema/command-int.json index 9a62554fc6..5b51bf148b 100644 --- a/tests/qapi-schema/command-int.json +++ b/tests/qapi-schema/command-int.json @@ -1,2 +1,6 @@ # we reject collisions between commands and types + +## +# @int: +## { 'command': 'int', 'data': { 'character': 'str' } } |