summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/redefined-command.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/redefined-command.json')
-rw-r--r--qemu/tests/qapi-schema/redefined-command.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/redefined-command.json b/qemu/tests/qapi-schema/redefined-command.json
new file mode 100644
index 000000000..247e40194
--- /dev/null
+++ b/qemu/tests/qapi-schema/redefined-command.json
@@ -0,0 +1,3 @@
+# we reject commands defined more than once
+{ 'command': 'foo', 'data': { 'one': 'str' } }
+{ 'command': 'foo', 'data': { '*two': 'str' } }