diff options
Diffstat (limited to 'tests/qapi-schema/returns-array-bad.json')
-rw-r--r-- | tests/qapi-schema/returns-array-bad.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/returns-array-bad.json b/tests/qapi-schema/returns-array-bad.json index 09b0b1f182..30528fed29 100644 --- a/tests/qapi-schema/returns-array-bad.json +++ b/tests/qapi-schema/returns-array-bad.json @@ -1,2 +1,6 @@ # we reject an array return that is not a single type + +## +# @oops: +## { 'command': 'oops', 'returns': [ 'str', 'str' ] } |