diff options
Diffstat (limited to 'tests/qapi-schema/args-bad-boxed.json')
-rw-r--r-- | tests/qapi-schema/args-bad-boxed.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qapi-schema/args-bad-boxed.json b/tests/qapi-schema/args-bad-boxed.json index dea0cd0aa5..4c0b28f291 100644 --- a/tests/qapi-schema/args-bad-boxed.json +++ b/tests/qapi-schema/args-bad-boxed.json @@ -1,2 +1,6 @@ # 'boxed' should only appear with value true + +## +# @foo: +## { 'command': 'foo', 'boxed': false } |