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