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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/union-empty.json b/tests/qapi-schema/union-empty.json
index 1f0b13ca21..df3e5e639a 100644
--- a/tests/qapi-schema/union-empty.json
+++ b/tests/qapi-schema/union-empty.json
@@ -1,2 +1,2 @@
-# unions cannot be empty
+# simple unions cannot be empty
{ 'union': 'Union', 'data': { } }