diff options
Diffstat (limited to 'tests/qapi-schema/data-array-unknown.json')
-rw-r--r-- | tests/qapi-schema/data-array-unknown.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/data-array-unknown.json b/tests/qapi-schema/data-array-unknown.json index 20cd3c0c30..6f3e883315 100644 --- a/tests/qapi-schema/data-array-unknown.json +++ b/tests/qapi-schema/data-array-unknown.json @@ -1,2 +1,2 @@ -# FIXME: we should reject an array for data if it does not contain a known type +# we reject an array for data if it does not contain a known type { 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } } |