diff options
Diffstat (limited to 'qemu/tests/qapi-schema/union-clash-branches.json')
-rw-r--r-- | qemu/tests/qapi-schema/union-clash-branches.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/tests/qapi-schema/union-clash-branches.json b/qemu/tests/qapi-schema/union-clash-branches.json deleted file mode 100644 index 3bece8c94..000000000 --- a/qemu/tests/qapi-schema/union-clash-branches.json +++ /dev/null @@ -1,5 +0,0 @@ -# Union branch name collision -# Reject a union that would result in a collision in generated C names (this -# would try to generate two members 'a_b'). -{ 'union': 'TestUnion', - 'data': { 'a-b': 'int', 'a_b': 'str' } } |