diff options
| author | Markus Armbruster | 2014-03-01 08:40:32 +0100 |
|---|---|---|
| committer | Luiz Capitulino | 2014-03-03 17:16:45 +0100 |
| commit | 7ad993b480d3f4f1261d3374516effd9bff20bc6 (patch) | |
| tree | f5b590a9c7b3be30c12769ba4216b8bf6fba086f /tests/qapi-schema/qapi-schema-test.json | |
| parent | tests/qapi-schema: Cover complex types with base (diff) | |
| download | qemu-7ad993b480d3f4f1261d3374516effd9bff20bc6.tar.gz qemu-7ad993b480d3f4f1261d3374516effd9bff20bc6.tar.xz qemu-7ad993b480d3f4f1261d3374516effd9bff20bc6.zip | |
tests/qapi-schema: Cover union types with base
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'tests/qapi-schema/qapi-schema-test.json')
| -rw-r--r-- | tests/qapi-schema/qapi-schema-test.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/qapi-schema-test.json b/tests/qapi-schema/qapi-schema-test.json index c7e6be8fb6..f5c5d37104 100644 --- a/tests/qapi-schema/qapi-schema-test.json +++ b/tests/qapi-schema/qapi-schema-test.json @@ -34,6 +34,7 @@ 'data': { 'integer': 'int' } } { 'union': 'UserDefUnion', + 'base': 'UserDefZero', 'data': { 'a' : 'UserDefA', 'b' : 'UserDefB' } } { 'union': 'UserDefAnonUnion', |
