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