aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/args-boxed-empty.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/args-boxed-empty.json')
-rw-r--r--tests/qapi-schema/args-boxed-empty.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/qapi-schema/args-boxed-empty.json b/tests/qapi-schema/args-boxed-empty.json
index 52717e065f..8e8cc26525 100644
--- a/tests/qapi-schema/args-boxed-empty.json
+++ b/tests/qapi-schema/args-boxed-empty.json
@@ -1,3 +1,11 @@
# 'boxed' requires a non-empty type
+
+##
+# @Empty:
+##
{ 'struct': 'Empty', 'data': {} }
+
+##
+# @foo:
+##
{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }