diff options
Diffstat (limited to 'tests/qapi-schema/union-optional-branch.json')
-rw-r--r-- | tests/qapi-schema/union-optional-branch.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/union-optional-branch.json b/tests/qapi-schema/union-optional-branch.json deleted file mode 100644 index 591615fc68..0000000000 --- a/tests/qapi-schema/union-optional-branch.json +++ /dev/null @@ -1,2 +0,0 @@ -# union branches cannot be optional -{ 'union': 'Union', 'data': { '*a': 'int', 'b': 'str' } } |