summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/alternate-array.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/alternate-array.json')
-rw-r--r--qemu/tests/qapi-schema/alternate-array.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/qemu/tests/qapi-schema/alternate-array.json b/qemu/tests/qapi-schema/alternate-array.json
deleted file mode 100644
index f241aac12..000000000
--- a/qemu/tests/qapi-schema/alternate-array.json
+++ /dev/null
@@ -1,7 +0,0 @@
-# we do not allow array branches in alternates
-# TODO: should we support this?
-{ 'struct': 'One',
- 'data': { 'name': 'str' } }
-{ 'alternate': 'Alt',
- 'data': { 'one': 'One',
- 'two': [ 'int' ] } }