summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/args-name-clash.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/args-name-clash.json')
-rw-r--r--qemu/tests/qapi-schema/args-name-clash.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/qemu/tests/qapi-schema/args-name-clash.json b/qemu/tests/qapi-schema/args-name-clash.json
deleted file mode 100644
index 61423cb89..000000000
--- a/qemu/tests/qapi-schema/args-name-clash.json
+++ /dev/null
@@ -1,4 +0,0 @@
-# C member name 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' } }