diff options
Diffstat (limited to 'tests/qapi-schema/flat-union-array-branch.json')
| -rw-r--r-- | tests/qapi-schema/flat-union-array-branch.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/qapi-schema/flat-union-array-branch.json b/tests/qapi-schema/flat-union-array-branch.json deleted file mode 100644 index 6dda7ec379..0000000000 --- a/tests/qapi-schema/flat-union-array-branch.json +++ /dev/null @@ -1,12 +0,0 @@ -# we require union branches to be a struct -{ 'enum': 'TestEnum', - 'data': [ 'value1', 'value2' ] } -{ 'struct': 'Base', - 'data': { 'enum1': 'TestEnum' } } -{ 'struct': 'TestTypeB', - 'data': { 'integer': 'int' } } -{ 'union': 'TestUnion', - 'base': 'Base', - 'discriminator': 'enum1', - 'data': { 'value1': ['TestTypeB'], - 'value2': 'TestTypeB' } } |
