aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/union-empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/union-empty.json')
-rw-r--r--tests/qapi-schema/union-empty.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/union-empty.json b/tests/qapi-schema/union-empty.json
index 1f0b13ca21..c9b0a1ef33 100644
--- a/tests/qapi-schema/union-empty.json
+++ b/tests/qapi-schema/union-empty.json
@@ -1,2 +1,6 @@
# unions cannot be empty
+
+##
+# @Union:
+##
{ 'union': 'Union', 'data': { } }