summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/union-optional-branch.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/union-optional-branch.json')
-rw-r--r--qemu/tests/qapi-schema/union-optional-branch.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu/tests/qapi-schema/union-optional-branch.json b/qemu/tests/qapi-schema/union-optional-branch.json
deleted file mode 100644
index 591615fc6..000000000
--- a/qemu/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' } }