aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/alternate-base.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/alternate-base.json')
-rw-r--r--tests/qapi-schema/alternate-base.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/alternate-base.json b/tests/qapi-schema/alternate-base.json
index 2d36db1835..dad7f02998 100644
--- a/tests/qapi-schema/alternate-base.json
+++ b/tests/qapi-schema/alternate-base.json
@@ -1,4 +1,4 @@
-# FIXME: we should reject anonymous union with base type
+# we reject anonymous union with base type
{ 'type': 'Base',
'data': { 'string': 'str' } }
{ 'union': 'MyUnion',