diff options
Diffstat (limited to 'tests/qapi-schema/alternate-array.json')
-rw-r--r-- | tests/qapi-schema/alternate-array.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/alternate-array.json b/tests/qapi-schema/alternate-array.json index 25224c6c52..0da1a641b3 100644 --- a/tests/qapi-schema/alternate-array.json +++ b/tests/qapi-schema/alternate-array.json @@ -1,4 +1,4 @@ -# FIXME: we should not allow array branches in anonymous unions +# we do not allow array branches in anonymous unions # TODO: should we support this? { 'type': 'One', 'data': { 'name': 'str' } } |