summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/reserved-member-has.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/reserved-member-has.json')
-rw-r--r--qemu/tests/qapi-schema/reserved-member-has.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu/tests/qapi-schema/reserved-member-has.json b/qemu/tests/qapi-schema/reserved-member-has.json
deleted file mode 100644
index 45b9109bd..000000000
--- a/qemu/tests/qapi-schema/reserved-member-has.json
+++ /dev/null
@@ -1,5 +0,0 @@
-# C member name collision
-# We reject names like 'has-a', because they can collide with the flag
-# for an optional 'a' in generated C.
-# TODO we could munge the optional flag name to avoid the collision.
-{ 'command': 'oops', 'data': { '*a': 'str', 'has-a': 'str' } }