aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/reserved-member-u.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/reserved-member-u.json')
-rw-r--r--tests/qapi-schema/reserved-member-u.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/reserved-member-u.json b/tests/qapi-schema/reserved-member-u.json
index 1eaf0f301c..3a578e5b56 100644
--- a/tests/qapi-schema/reserved-member-u.json
+++ b/tests/qapi-schema/reserved-member-u.json
@@ -4,4 +4,8 @@
# This is true even for non-unions, because it is possible to convert a
# struct to flat union while remaining backwards compatible in QMP.
# TODO - we could munge the member name to 'q_u' to avoid the collision
+
+##
+# @Oops:
+##
{ 'struct': 'Oops', 'data': { 'u': 'str' } }