aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-bad-boxed.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/args-bad-boxed.json')
-rw-r--r--tests/qapi-schema/args-bad-boxed.json4
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 }