diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2022-03-21 17:42:43 +0100 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2022-04-21 10:11:25 +0200 |
| commit | 79db994861daadeeb9e852fba3831e9f3d5554c8 (patch) | |
| tree | eb8033360427244ac300387d46ec1a559e513ac2 /tests/qapi-schema/qapi-schema-test.out | |
| parent | b36dc5c279706e23ed75f0a90dfe7195340a73cb (diff) | |
| download | focaccia-qemu-79db994861daadeeb9e852fba3831e9f3d5554c8.tar.gz focaccia-qemu-79db994861daadeeb9e852fba3831e9f3d5554c8.zip | |
qapi-schema: test: add a unit test for parsing array alternates
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220321164243.200569-4-pbonzini@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Dead code dropped in test_visitor_in_alternate_list()] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/qapi-schema-test.out')
| -rw-r--r-- | tests/qapi-schema/qapi-schema-test.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/qapi-schema-test.out b/tests/qapi-schema/qapi-schema-test.out index 1f9585fa9b..043d75c655 100644 --- a/tests/qapi-schema/qapi-schema-test.out +++ b/tests/qapi-schema/qapi-schema-test.out @@ -121,6 +121,10 @@ alternate AltEnumInt tag type case e: EnumOne case i: int +alternate AltListInt + tag type + case l: intList + case i: int alternate AltStrObj tag type case s: str |