Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / returns-array-bad.json
diff --git a/qemu/tests/qapi-schema/returns-array-bad.json b/qemu/tests/qapi-schema/returns-array-bad.json
new file mode 100644 (file)
index 0000000..09b0b1f
--- /dev/null
@@ -0,0 +1,2 @@
+# we reject an array return that is not a single type
+{ 'command': 'oops', 'returns': [ 'str', 'str' ] }