diff options
Diffstat (limited to 'tests/qapi-schema/union-empty.json')
-rw-r--r-- | tests/qapi-schema/union-empty.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/union-empty.json b/tests/qapi-schema/union-empty.json index 1785007113..1f0b13ca21 100644 --- a/tests/qapi-schema/union-empty.json +++ b/tests/qapi-schema/union-empty.json @@ -1,2 +1,2 @@ -# FIXME - unions should not be empty +# unions cannot be empty { 'union': 'Union', 'data': { } } |