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