aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/flat-union-empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/flat-union-empty.json')
-rw-r--r--tests/qapi-schema/flat-union-empty.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/qapi-schema/flat-union-empty.json b/tests/qapi-schema/flat-union-empty.json
index afa8988205..77f1d9abfb 100644
--- a/tests/qapi-schema/flat-union-empty.json
+++ b/tests/qapi-schema/flat-union-empty.json
@@ -1,14 +1,4 @@
# flat unions cannot be empty
-
-##
-# @Empty:
-##
{ 'enum': 'Empty', 'data': [ ] }
-##
-# @Base:
-##
{ 'struct': 'Base', 'data': { 'type': 'Empty' } }
-##
-# @Union:
-##
{ 'union': 'Union', 'base': 'Base', 'discriminator': 'type', 'data': { } }