diff options
Diffstat (limited to 'tests/qapi-schema/redefined-builtin.json')
-rw-r--r-- | tests/qapi-schema/redefined-builtin.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/redefined-builtin.json b/tests/qapi-schema/redefined-builtin.json index 45b8a550ad..6d3a940d5e 100644 --- a/tests/qapi-schema/redefined-builtin.json +++ b/tests/qapi-schema/redefined-builtin.json @@ -1,2 +1,6 @@ # we reject types that duplicate builtin names + +## +# @size: +## { 'struct': 'size', 'data': { 'myint': 'size' } } |