aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-union.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/args-union.json')
-rw-r--r--tests/qapi-schema/args-union.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/args-union.json b/tests/qapi-schema/args-union.json
index db97ef6..7bdcbb7 100644
--- a/tests/qapi-schema/args-union.json
+++ b/tests/qapi-schema/args-union.json
@@ -1,4 +1,4 @@
-# FIXME we should reject union arguments
+# we do not allow union arguments
# TODO should we support this?
{ 'union': 'Uni', 'data': { 'case1': 'int', 'case2': 'str' } }
{ 'command': 'oops', 'data': 'Uni' }