aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-name-clash.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/args-name-clash.json')
-rw-r--r--tests/qapi-schema/args-name-clash.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/qapi-schema/args-name-clash.json b/tests/qapi-schema/args-name-clash.json
index 9e8f88916a..61423cb893 100644
--- a/tests/qapi-schema/args-name-clash.json
+++ b/tests/qapi-schema/args-name-clash.json
@@ -1,5 +1,4 @@
# C member name collision
-# FIXME - This parses, but fails to compile, because the C struct is given
-# two 'a_b' members. Either reject this at parse time, or munge the C names
-# to avoid the collision.
+# Reject members that clash when mapped to C names (we would have two 'a_b'
+# members).
{ 'command': 'oops', 'data': { 'a-b': 'str', 'a_b': 'str' } }