summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/bad-base.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/bad-base.json')
-rw-r--r--qemu/tests/qapi-schema/bad-base.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/bad-base.json b/qemu/tests/qapi-schema/bad-base.json
deleted file mode 100644
index a634331cd..000000000
--- a/qemu/tests/qapi-schema/bad-base.json
+++ /dev/null
@@ -1,3 +0,0 @@
-# we reject a base that is not a struct
-{ 'union': 'Union', 'data': { 'a': 'int', 'b': 'str' } }
-{ 'struct': 'MyType', 'base': 'Union', 'data': { 'c': 'int' } }