diff options
Diffstat (limited to 'tests/qapi-schema/args-boxed-string.json')
-rw-r--r-- | tests/qapi-schema/args-boxed-string.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/args-boxed-string.json b/tests/qapi-schema/args-boxed-string.json index f91a1502e7..aecdf97ce9 100644 --- a/tests/qapi-schema/args-boxed-string.json +++ b/tests/qapi-schema/args-boxed-string.json @@ -1,2 +1,6 @@ # 'boxed' requires a complex (not built-in) type + +## +# @foo: +## { 'command': 'foo', 'boxed': true, 'data': 'str' } |