summary refs log tree commit diff stats
path: root/tests/qapi-schema/union-invalid-union-subtype.err
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/union-invalid-union-subtype.err')
-rw-r--r--tests/qapi-schema/union-invalid-union-subtype.err2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qapi-schema/union-invalid-union-subtype.err b/tests/qapi-schema/union-invalid-union-subtype.err
new file mode 100644
index 0000000000..3538dc2e70
--- /dev/null
+++ b/tests/qapi-schema/union-invalid-union-subtype.err
@@ -0,0 +1,2 @@
+union-invalid-union-subtype.json: In union 'TestUnion':
+union-invalid-union-subtype.json:25: base member 'type' of type 'TestTypeA' collides with base member 'type'