Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qapi-schema / union-unknown.json
diff --git a/qemu/tests/qapi-schema/union-unknown.json b/qemu/tests/qapi-schema/union-unknown.json
new file mode 100644 (file)
index 0000000..aa7e814
--- /dev/null
@@ -0,0 +1,3 @@
+# we reject a union with unknown type in branch
+{ 'union': 'Union',
+  'data': { 'unknown': 'MissingType' } }