diff options
Diffstat (limited to 'qemu/tests/qapi-schema/duplicate-key.json')
-rw-r--r-- | qemu/tests/qapi-schema/duplicate-key.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/tests/qapi-schema/duplicate-key.json b/qemu/tests/qapi-schema/duplicate-key.json index 1b55d8810..14ac0e8a4 100644 --- a/qemu/tests/qapi-schema/duplicate-key.json +++ b/qemu/tests/qapi-schema/duplicate-key.json @@ -1,2 +1,3 @@ +# QAPI cannot include the same key more than once in any {} { 'key': 'value', 'key': 'value' } |