summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/nested-struct-data.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/nested-struct-data.json')
-rw-r--r--qemu/tests/qapi-schema/nested-struct-data.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu/tests/qapi-schema/nested-struct-data.json b/qemu/tests/qapi-schema/nested-struct-data.json
index 3d52d2b39..efbe773de 100644
--- a/qemu/tests/qapi-schema/nested-struct-data.json
+++ b/qemu/tests/qapi-schema/nested-struct-data.json
@@ -1,4 +1,3 @@
# inline subtypes collide with our desired future use of defaults
{ 'command': 'foo',
- 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' },
- 'returns': {} }
+ 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }