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, 0 insertions, 8 deletions
diff --git a/tests/qapi-schema/args-boxed-empty.json b/tests/qapi-schema/args-boxed-empty.json
index 8e8cc26525..52717e065f 100644
--- a/tests/qapi-schema/args-boxed-empty.json
+++ b/tests/qapi-schema/args-boxed-empty.json
@@ -1,11 +1,3 @@
# 'boxed' requires a non-empty type
-
-##
-# @Empty:
-##
{ 'struct': 'Empty', 'data': {} }
-
-##
-# @foo:
-##
{ 'command': 'foo', 'boxed': true, 'data': 'Empty' }