diff options
Diffstat (limited to 'tests/qapi-schema/reserved-member-u.json')
-rw-r--r-- | tests/qapi-schema/reserved-member-u.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/reserved-member-u.json b/tests/qapi-schema/reserved-member-u.json index 1eaf0f301c..2bfb8f59b6 100644 --- a/tests/qapi-schema/reserved-member-u.json +++ b/tests/qapi-schema/reserved-member-u.json @@ -4,4 +4,4 @@ # 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 -{ 'struct': 'Oops', 'data': { 'u': 'str' } } +{ 'struct': 'Oops', 'data': { '*u': 'str' } } |