summaryrefslogtreecommitdiffstats
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.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/args-boxed-empty.json b/tests/qapi-schema/args-boxed-empty.json
new file mode 100644
index 0000000000..52717e065f
--- /dev/null
+++ b/tests/qapi-schema/args-boxed-empty.json
@@ -0,0 +1,3 @@
+# 'boxed' requires a non-empty type
+{ 'struct': 'Empty', 'data': {} }
+{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }