aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/struct-member-name-clash.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/struct-member-name-clash.json')
-rw-r--r--tests/qapi-schema/struct-member-name-clash.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/struct-member-name-clash.json b/tests/qapi-schema/struct-member-name-clash.json
index 3fb69cc2ce..571acf05ce 100644
--- a/tests/qapi-schema/struct-member-name-clash.json
+++ b/tests/qapi-schema/struct-member-name-clash.json
@@ -1,4 +1,5 @@
# C member name collision
# Reject members that clash when mapped to C names (we would have two 'a_b'
# members).
+{ 'pragma': { 'member-name-exceptions': [ 'Oops' ] } }
{ 'struct': 'Oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }