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