diff options
Diffstat (limited to 'tests/qapi-schema/flat-union-empty.json')
-rw-r--r-- | tests/qapi-schema/flat-union-empty.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/flat-union-empty.json b/tests/qapi-schema/flat-union-empty.json deleted file mode 100644 index 584ed60..0000000 --- a/tests/qapi-schema/flat-union-empty.json +++ /dev/null @@ -1,4 +0,0 @@ -# union discriminator enum cannot be empty -{ 'enum': 'Empty', 'data': [ ] } -{ 'struct': 'Base', 'data': { 'type': 'Empty' } } -{ 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } } |