diff options
Diffstat (limited to 'tests/qapi-schema/double-data.json')
-rw-r--r-- | tests/qapi-schema/double-data.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/double-data.json b/tests/qapi-schema/double-data.json index a94b7dfe22..e76b519538 100644 --- a/tests/qapi-schema/double-data.json +++ b/tests/qapi-schema/double-data.json @@ -1,2 +1,2 @@ # we reject an expression with duplicate top-level keys -{ 'type': 'bar', 'data': { }, 'data': { 'string': 'str'} } +{ 'struct': 'bar', 'data': { }, 'data': { 'string': 'str'} } |