diff options
Diffstat (limited to 'tests/qapi-schema/args-boxed-empty.json')
-rw-r--r-- | tests/qapi-schema/args-boxed-empty.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qapi-schema/args-boxed-empty.json b/tests/qapi-schema/args-boxed-empty.json deleted file mode 100644 index 52717e065f..0000000000 --- a/tests/qapi-schema/args-boxed-empty.json +++ /dev/null @@ -1,3 +0,0 @@ -# 'boxed' requires a non-empty type -{ 'struct': 'Empty', 'data': {} } -{ 'command': 'foo', 'boxed': true, 'data': 'Empty' } |