summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/flat-union-empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/flat-union-empty.json')
-rw-r--r--qemu/tests/qapi-schema/flat-union-empty.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/qemu/tests/qapi-schema/flat-union-empty.json b/qemu/tests/qapi-schema/flat-union-empty.json
deleted file mode 100644
index 77f1d9abf..000000000
--- a/qemu/tests/qapi-schema/flat-union-empty.json
+++ /dev/null
@@ -1,4 +0,0 @@
-# flat unions cannot be empty
-{ 'enum': 'Empty', 'data': [ ] }
-{ 'struct': 'Base', 'data': { 'type': 'Empty' } }
-{ 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }