diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-03-23 10:40:02 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-03-23 21:39:18 +0100 |
commit | 1444989a3a4e8399e366ceecf4ed5bbd2d83c727 (patch) | |
tree | 525142a3bf0bb2be534963979c09009314dc778a /tests/qapi-schema/flat-union-no-base.json | |
parent | 27ae2f0787ae42eca9ec34961d2269d7a1fc5230 (diff) |
tests/qapi-schema: Drop TODO comment on simple unions
Simple unions don't need more features, they need to die.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-6-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'tests/qapi-schema/flat-union-no-base.json')
-rw-r--r-- | tests/qapi-schema/flat-union-no-base.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qapi-schema/flat-union-no-base.json b/tests/qapi-schema/flat-union-no-base.json index ffc4c6f0e6..327877b563 100644 --- a/tests/qapi-schema/flat-union-no-base.json +++ b/tests/qapi-schema/flat-union-no-base.json @@ -1,5 +1,4 @@ # flat unions require a base -# TODO: simple unions should be able to use an enum discriminator { 'struct': 'TestTypeA', 'data': { 'string': 'str' } } { 'struct': 'TestTypeB', |