summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/alternate-conflict-string.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/alternate-conflict-string.json')
-rw-r--r--qemu/tests/qapi-schema/alternate-conflict-string.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu/tests/qapi-schema/alternate-conflict-string.json b/qemu/tests/qapi-schema/alternate-conflict-string.json
deleted file mode 100644
index 72f04a820..000000000
--- a/qemu/tests/qapi-schema/alternate-conflict-string.json
+++ /dev/null
@@ -1,6 +0,0 @@
-# we reject alternates with multiple string-like branches
-{ 'enum': 'Enum',
- 'data': [ 'hello', 'world' ] }
-{ 'alternate': 'Alt',
- 'data': { 'one': 'str',
- 'two': 'Enum' } }