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