]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qapi-schema/args-name-clash.json
qapi: Add feature flags to struct members
[mirror_qemu.git] / tests / qapi-schema / args-name-clash.json
index 9e8f88916a844577ef89cee3d3a7c8609a7da7cd..61423cb89346c6a027c036e5804ba2206d883e53 100644 (file)
@@ -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' } }