diff options
Diffstat (limited to 'tests/qapi-schema/union-bad-branch.json')
-rw-r--r-- | tests/qapi-schema/union-bad-branch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/union-bad-branch.json b/tests/qapi-schema/union-bad-branch.json index 11e46de565..4303666bb5 100644 --- a/tests/qapi-schema/union-bad-branch.json +++ b/tests/qapi-schema/union-bad-branch.json @@ -1,4 +1,4 @@ -# FIXME: we should reject normal unions where branches would collide in C +# we reject normal unions where branches would collide in C { 'type': 'One', 'data': { 'string': 'str' } } { 'type': 'Two', |