diff options
Diffstat (limited to 'tests/qapi-schema/bad-data.json')
-rw-r--r-- | tests/qapi-schema/bad-data.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/bad-data.json b/tests/qapi-schema/bad-data.json index 832eeb76f4..51c444f4f8 100644 --- a/tests/qapi-schema/bad-data.json +++ b/tests/qapi-schema/bad-data.json @@ -1,2 +1,6 @@ # we ensure 'data' is a dictionary for all but enums + +## +# @oops: +## { 'command': 'oops', 'data': [ ] } |