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, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/args-array-unknown.json b/tests/qapi-schema/args-array-unknown.json index f680fc10d3..6f3e883315 100644 --- a/tests/qapi-schema/args-array-unknown.json +++ b/tests/qapi-schema/args-array-unknown.json @@ -1,6 +1,2 @@ # we reject an array for data if it does not contain a known type - -## -# @oops: -## { 'command': 'oops', 'data': { 'array': [ 'NoSuchType' ] } } |