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