summaryrefslogtreecommitdiffstats
path: root/qemu/tests/qapi-schema/nested-struct-returns.json
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/qapi-schema/nested-struct-returns.json')
-rw-r--r--qemu/tests/qapi-schema/nested-struct-returns.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/nested-struct-returns.json b/qemu/tests/qapi-schema/nested-struct-returns.json
deleted file mode 100644
index d2cd047f0..000000000
--- a/qemu/tests/qapi-schema/nested-struct-returns.json
+++ /dev/null
@@ -1,3 +0,0 @@
-# inline subtypes collide with our desired future use of defaults
-{ 'command': 'foo',
- 'returns': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }