summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/alternate-base.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/alternate-base.json')
-rw-r--r--qemu/tests/qapi-schema/alternate-base.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu/tests/qapi-schema/alternate-base.json b/qemu/tests/qapi-schema/alternate-base.json
deleted file mode 100644
index 529430ecf..000000000
--- a/qemu/tests/qapi-schema/alternate-base.json
+++ /dev/null
@@ -1,6 +0,0 @@
-# we reject alternate with base type
-{ 'struct': 'Base',
- 'data': { 'string': 'str' } }
-{ 'alternate': 'Alt',
- 'base': 'Base',
- 'data': { 'number': 'int' } }