summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/duplicate-key.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/duplicate-key.json')
-rw-r--r--qemu/tests/qapi-schema/duplicate-key.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/duplicate-key.json b/qemu/tests/qapi-schema/duplicate-key.json
deleted file mode 100644
index 14ac0e8a4..000000000
--- a/qemu/tests/qapi-schema/duplicate-key.json
+++ /dev/null
@@ -1,3 +0,0 @@
-# QAPI cannot include the same key more than once in any {}
-{ 'key': 'value',
- 'key': 'value' }