diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-09-17 16:31:27 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-09-27 08:23:25 +0200 |
commit | def1d1f57188b6e5523042f3a6ae2ab61065d075 (patch) | |
tree | 125148aa750af37a61bc9abc4d40a0be4894e365 /tests/qapi-schema/qapi-schema-test.json | |
parent | 1e65e16ca3c7a41d15c8b80f922d68fabc0b96b8 (diff) | |
download | qemu-def1d1f57188b6e5523042f3a6ae2ab61065d075.zip qemu-def1d1f57188b6e5523042f3a6ae2ab61065d075.tar.gz qemu-def1d1f57188b6e5523042f3a6ae2ab61065d075.tar.bz2 |
tests/qapi-schema: Simple union UserDefListUnion is now unused, drop
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210917143134.412106-17-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/qapi-schema-test.json')
-rw-r--r-- | tests/qapi-schema/qapi-schema-test.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/qapi-schema/qapi-schema-test.json b/tests/qapi-schema/qapi-schema-test.json index a4b4405..eae43f4 100644 --- a/tests/qapi-schema/qapi-schema-test.json +++ b/tests/qapi-schema/qapi-schema-test.json @@ -123,23 +123,6 @@ # for testing use of 'str' within alternates { 'alternate': 'AltStrObj', 'data': { 's': 'str', 'o': 'TestStruct' } } -# for testing lists -{ 'union': 'UserDefListUnion', - 'data': { 'integer': ['int'], - 's8': ['int8'], - 's16': ['int16'], - 's32': ['int32'], - 's64': ['int64'], - 'u8': ['uint8'], - 'u16': ['uint16'], - 'u32': ['uint32'], - 'u64': ['uint64'], - 'number': ['number'], - 'boolean': ['bool'], - 'string': ['str'], - 'sizes': ['size'], - 'any': ['any'], - 'user': ['Status'] } } # intentional forward ref. to sub-module { 'struct': 'ArrayStruct', 'data': { 'integer': ['int'], 's8': ['int8'], |